Bump discord-py from 2.2.2 to 2.3.2 #90

Open
dependabot[bot] wants to merge 1 commits from dependabot/pip/discord-py-2.3.2 into main
dependabot[bot] commented 2023-08-11 11:21:49 +00:00 (Migrated from github.com)

Bumps discord-py from 2.2.2 to 2.3.2.

Commits
  • f81c087 Version bump to v2.3.2
  • 7c65bca Add changelog for v2.3.2
  • d381d4c Fix setting CustomActivity name
  • c5f5f8e Fix voice websocket not being closed before being replaced
  • 5069475 Reconnect a shard if disconnected during a HELLO OP
  • 6e20274 [commands] Add fallback behaviour for CurrentGuild parameter
  • 1432291 Fix multiple minor CSS issues to fix mobile and tablets
  • 9a5c746 Fix NameError in GuildChannel.create_invite
  • 3679b7c [commands] Fix displayed_default for callables and None values
  • c67a0c1 [commands] Fix =None being displayed in signatures for commands
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.2.2 to 2.3.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Rapptz/discord.py/commit/f81c08729a6bbc71d9d4fe776676e19cd8f127ff"><code>f81c087</code></a> Version bump to v2.3.2</li> <li><a href="https://github.com/Rapptz/discord.py/commit/7c65bca11c7d345d54682934e1cc00bb302bc132"><code>7c65bca</code></a> Add changelog for v2.3.2</li> <li><a href="https://github.com/Rapptz/discord.py/commit/d381d4c07029c827f1f80f07d4dd70ef256b8927"><code>d381d4c</code></a> Fix setting CustomActivity name</li> <li><a href="https://github.com/Rapptz/discord.py/commit/c5f5f8eb87e2ccb591a03c0007674dc3796b003b"><code>c5f5f8e</code></a> Fix voice websocket not being closed before being replaced</li> <li><a href="https://github.com/Rapptz/discord.py/commit/506947568ca10f57157b5978b9761b549235b64f"><code>5069475</code></a> Reconnect a shard if disconnected during a HELLO OP</li> <li><a href="https://github.com/Rapptz/discord.py/commit/6e202749d6386ca626935af3c782080d6928d1d1"><code>6e20274</code></a> [commands] Add fallback behaviour for CurrentGuild parameter</li> <li><a href="https://github.com/Rapptz/discord.py/commit/1432291db7a2d85cd4442b5e56d8bbfca221f0b2"><code>1432291</code></a> Fix multiple minor CSS issues to fix mobile and tablets</li> <li><a href="https://github.com/Rapptz/discord.py/commit/9a5c7466d62278047f269d2096303b3795c0c5ed"><code>9a5c746</code></a> Fix NameError in GuildChannel.create_invite</li> <li><a href="https://github.com/Rapptz/discord.py/commit/3679b7c251dabb3d11681abd8c3a5900053a6b18"><code>3679b7c</code></a> [commands] Fix displayed_default for callables and None values</li> <li><a href="https://github.com/Rapptz/discord.py/commit/c67a0c19720e585024cd55d0464d4b9f81e19328"><code>c67a0c1</code></a> [commands] Fix =None being displayed in signatures for commands</li> <li>Additional commits viewable in <a href="https://github.com/Rapptz/discord.py/compare/v2.2.2...v2.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=discord-py&package-manager=pip&previous-version=2.2.2&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
ElBe-Plaq (Migrated from github.com) reviewed 2023-08-11 11:21:49 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/pip/discord-py-2.3.2:dependabot/pip/discord-py-2.3.2
git checkout dependabot/pip/discord-py-2.3.2
Sign in to join this conversation.
No description provided.