Skip to content

Commit

Permalink
Update py-cord requirement from ~=2.4.0 to ~=2.4.1 (#171)
Browse files Browse the repository at this point in the history
Updates the requirements on
[py-cord](https://github.com/Pycord-Development/pycord) to permit the
latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Pycord-Development/pycord/releases">py-cord's
releases</a>.</em></p>
<blockquote>
<h2>v2.4.1</h2>
<p><a
href="https://pypi.org/project/py-cord/2.4.1">https://pypi.org/project/py-cord/2.4.1</a></p>
<h2>What's Changed</h2>
<ul>
<li>fix: SlashCommandGroup.walk_commands() error by <a
href="https://github.com/KrishnanS2006"><code>@​KrishnanS2006</code></a>
in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1838">Pycord-Development/pycord#1838</a></li>
<li>docs: add missing changelog and fix stage_raise_hand grammar by <a
href="https://github.com/JustaSqu1d"><code>@​JustaSqu1d</code></a> in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1924">Pycord-Development/pycord#1924</a></li>
<li>fix: change Colour.embed_background() colors to correspond to new
colors by <a
href="https://github.com/TheGiga"><code>@​TheGiga</code></a> in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1931">Pycord-Development/pycord#1931</a></li>
<li>chore(deps-dev): Update mypy requirement from ~=1.0.0 to ~=1.0.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1929">Pycord-Development/pycord#1929</a></li>
<li>chore(docs): add missing decorator in examples by <a
href="https://github.com/JustaSqu1d"><code>@​JustaSqu1d</code></a> in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1950">Pycord-Development/pycord#1950</a></li>
<li>fix: ip discovery changes (74 byte udp packets) by <a
href="https://github.com/Lulalaby"><code>@​Lulalaby</code></a> in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1955">Pycord-Development/pycord#1955</a></li>
<li>fix: pass <code>reason</code> to the correct method in AutoModRule
by <a href="https://github.com/Om1609"><code>@​Om1609</code></a> in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1960">Pycord-Development/pycord#1960</a></li>
<li>docs: fix message_content missing subject by <a
href="https://github.com/JustaSqu1d"><code>@​JustaSqu1d</code></a> in <a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1975">Pycord-Development/pycord#1975</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1">https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Pycord-Development/pycord/blob/master/CHANGELOG.md">py-cord's
changelog</a>.</em></p>
<blockquote>
<h2>[2.4.1] - 2023-03-20</h2>
<h3>Changed</h3>
<ul>
<li>Updated the values of the <code>Color.embed_background()</code>
classmethod to correspond with
new theme colors in the app.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1931">#1931</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed the type-hinting of
<code>SlashCommandGroup.walk_commands()</code> to reflect actual
behavior. (<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1838">#1838</a>)</li>
<li>Fixed the voice ip discovery due to the recent
<a
href="https://discord.com/channels/613425648685547541/697138785317814292/1080623873629884486">announced
change</a>.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1955">#1955</a>)</li>
<li>Fixed <code>reason</code> being passed to wrong method in
<code>guild.create_auto_moderation_rule</code>.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1960">#1960</a>)</li>
</ul>
<h2>[2.4.0] - 2023-02-10</h2>
<h3>Added</h3>
<ul>
<li>Added new AutoMod trigger metadata properties
<code>regex_patterns</code>, <code>allow_list</code>, and
<code>mention_total_limit</code>; and added the
<code>mention_spam</code> trigger type.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1809">#1809</a>)</li>
<li>Added missing <code>image</code> parameter to
<code>Guild.create_scheduled_event()</code> method.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1831">#1831</a>)</li>
<li>New <code>ApplicationRoleConnectionMetadata</code> class for
application role connection
metadata, along with the
<code>fetch_role_connection_metadata_records</code> and
<code>update_role_connection_metadata_records</code> methods in
<code>Client</code>.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1791">#1791</a>)</li>
<li>Added new message types, <code>role_subscription_purchase</code>,
<code>interaction_premium_upsell</code>,
<code>stage_start</code>, <code>stage_end</code>,
<code>stage_speaker</code>, <code>stage_raise_hand</code>,
<code>stage_topic</code>, and
<code>guild_application_premium_subscription</code>.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1852">#1852</a>)</li>
<li>Added new <code>EmbeddedActivity</code> values.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1859">#1859</a>)</li>
<li>Added new <code>suppress_notifications</code> to
<code>MessageFlags</code>.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1912">#1912</a>)</li>
<li>Added GIF sticker format type to the <code>StickerFormatType</code>
enum.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1915">#1915</a>)</li>
<li>Added new raw events: <code>raw_member_remove</code>,
<code>raw_thread_update</code>, and
<code>raw_thread_member_remove</code>.
(<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1880">#1880</a>)</li>
<li>Improved support for setting channel types &amp; added new channel
types for
<code>discord.Option</code>. (<a
href="https://redirect.github.com/Pycord-Development/pycord/pull/1883">#1883</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Changed <code>EmbeddedActivity</code> values to update accordingly
with the new activities.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/9d4d0f705c604c17661d916b5b43d37bc8e4013f"><code>9d4d0f7</code></a>
docs(changelog): fix pull request number in entry</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/a45f6876cd105a004f26008f9d361c029a13e20c"><code>a45f687</code></a>
docs(changelog): update changelog for v2.4.1</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/41067e2c4a74306bde1733ac089e21815734a993"><code>41067e2</code></a>
docs: fix message_content missing subject (<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1975">#1975</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/e621700d297f1747adf0964fc751ef20d882c17f"><code>e621700</code></a>
chore(docs): add missing decorator in examples (<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1950">#1950</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/5ffbe62b41af3097c36739878a832e254f75c9a6"><code>5ffbe62</code></a>
fix: pass <code>reason</code> to the correct method in AutoModRule (<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1960">#1960</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/6a8ee11060b51c6a4793f2e1f56d4186e30967b5"><code>6a8ee11</code></a>
fix: ip discovery changes (74 byte udp packets) (<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1955">#1955</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/d298f43e2a3d4f5f47d37240324cbbd23b3bc1e0"><code>d298f43</code></a>
chore(deps-dev): Update mypy requirement from ~=1.0.0 to ~=1.0.1 (<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1929">#1929</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/b6bd0c83291fb9f9243df1c7eb99b67b5f157989"><code>b6bd0c8</code></a>
fix: change Colour.embed_background() colors to correspond to new colors
(<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1931">#1931</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/2297a662de32993730af48510a444c2327a6e345"><code>2297a66</code></a>
chore(deps-dev): Update pylint requirement from ~=2.16.1 to ~=2.16.2 (<a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1923">#1923</a>)</li>
<li><a
href="https://github.com/Pycord-Development/pycord/commit/c47cecf9ea7efbb74f591c9a8a2ceb68c204b9c1"><code>c47cecf</code></a>
docs(changelog): fix changelog entry for <a
href="https://redirect.github.com/Pycord-Development/pycord/issues/1916">#1916</a></li>
<li>Additional commits viewable in <a
href="https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
ajCameron authored Mar 28, 2023
2 parents dcc0c54 + fc65ba5 commit 63006f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-io.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
aiohttp>=3.8.0

# Discord Module
py-cord~=2.4.0
py-cord~=2.4.1

# Notifications module (windows)
win10toast~=0.9; sys_platform == "win32"
Expand Down

0 comments on commit 63006f5

Please sign in to comment.