Xithrius / Xythrion-legacy

Graphing manipulated data in Discord.
MIT License
11 stars 3 forks source link

Bump disnake from 2.4.0 to 2.5.2 in /xythrion #154

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps disnake from 2.4.0 to 2.5.2.

Release notes

Sourced from disnake's releases.

v2.5.2

Includes several bug fixes and documentation updates.

More details and full changelog: https://docs.disnake.dev/en/v2.5.x/whats_new.html#v2-5-2

v2.5.1

Small patch release to fix an issue with the @slash.autocomplete(...) decorator in v2.5.0.

Changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-1

v2.5.0

This version adds support for API v10 (which comes with a few breaking changes), forum channels, localizations, permissions v2, improves API coverage by adding support for previously missing features like guild previews, widgets, or welcome screens, and contains several miscellaneous enhancements and bugfixes.

Regarding the message content intent: Note that earlier versions will continue working fine after the message content intent deadline (August 31st 2022), as long as the intent is enabled in the developer portal. However, from this version (2.5.0) onward, the intent needs to be enabled in the developer portal and your code. See this page of the guide for more information. If you do not have access to the intent yet, you can temporarily continue using API v9 by calling disnake.http._workaround_set_api_version(9) before connecting, which will keep sending message content before the intent deadline, even with the intent disabled.

More details and full changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-0

v2.4.1

Includes several bug fixes and documentation updates.

More details and full changelog: https://docs.disnake.dev/en/v2.4.x/whats_new.html#v2-4-1

Commits
  • ae272b8 docs: merge v2.4.1 changelog
  • aa426d2 chore: bump version to 2.5.2
  • 0250755 docs: update changelog
  • 2a175d1 fix(interactions): improve fallbacks in resolved data (#646)
  • 3099051 docs(message): remove duplicate line from InteractionReference.name (#648)
  • 3995740 docs: add 2.5.2 changelog
  • 350dbe0 docs(permissions): use perspective of self for is_strict_*set methods (#612)
  • ca0caef docs: update documentation to match new backend v2 behavior (#518)
  • ee018ec fix: update guild iterator + scheduled event user iterator (#526)
  • e531d38 fix: handle bool values for default_member_permissions (#520)
  • 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 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.