mewbotorg / mewbot

Bot go mew~
Other
0 stars 4 forks source link

Update py-cord requirement from ~=2.5.0 to ~=2.6.0 #325

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on py-cord to permit the latest version.

Release notes

Sourced from py-cord's releases.

v2.6.0

What's Changed

... (truncated)

Changelog

Sourced from py-cord's changelog.

[2.6.0] - 2024-07-09

Added

  • Added banner parameter to ClientUser.edit. (#2396)
  • Added user argument to Paginator.edit. (#2390)
  • Added bridge_option decorator. Required for bridge.Bot in 2.7. (#2417)
  • Added Guild.search_members. (#2418)
  • Added bulk banning up to 200 users through Guild.bulk_ban. (#2421)
  • Added member data to the raw_reaction_remove event. (#2412)
  • Added Poll and all related features. (#2408)
  • Added stacklevel param to utils.warn_deprecated and utils.deprecated. (#2450)
  • Added support for user-installable applications. (#2409)
  • Added support for one-time purchases for Discord monetization. (#2438)
  • Added Attachment.title. (#2486)
  • Added MemberFlags. (#2489)
  • Added bypass_verification parameter to Member.edit. (#2489)
  • Added RoleFlags. (#2487)
  • Added MessageCall information. (#2488)

Fixed

  • Fixed the type-hinting of Member.move_to and Member.edit to reflect actual behavior. (#2386)
  • Fixed a deprecation warning from being displayed when running python -m discord -v by replacing the deprecated module. (#2392)
  • Fixed Paginator.edit to no longer set user to the bot. (#2390)
  • Fixed NameError in some instances of Interaction. (#2402)
  • Fixed interactions being ignored due to PartialMessage.id being of type str. (#2406)
  • Fixed the type-hinting of ScheduledEvent.subscribers to reflect actual behavior. (#2400)
  • Fixed ScheduledEvent.subscribers behavior with limit=None. (#2407)

... (truncated)

Commits
  • ed1f73c docs: add docs for Interaction.entitlements (#2495)
  • 77c9ff9 chore: update readme and changelog (#2493)
  • 81dfa98 docs: add missing attributes to UserCommand and MessageCommand (#2494)
  • 63da813 chore: improve nesting error message (#2275)
  • e25527f fix: further address audit log issues (#2492)
  • 73e4e37 chore: remove vanity_code from Guild.edit (#2491)
  • d1702cf fix: update audit log filtering & sorting (#2371)
  • ec3cf16 fix: premium buttons and entitlement iterator (#2490)
  • 109a294 fix: remove_application_command missing case (#2480)
  • 6bc8309 chore(deps-dev): update pylint requirement from ~=3.2.4 to ~=3.2.5 (#2484)
  • Additional commits viewable in compare view


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 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)
sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 2 months ago

Superseded by #346.