Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump py-cord from 2.5.0 to 2.6.0 #351

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps py-cord from 2.5.0 to 2.6.0.

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 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 [py-cord](https://github.com/Pycord-Development/pycord) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/Pycord-Development/pycord/releases)
- [Changelog](https://github.com/Pycord-Development/pycord/blob/master/CHANGELOG.md)
- [Commits](Pycord-Development/pycord@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: py-cord
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 22, 2024
@dependabot dependabot bot requested a review from juissi-t July 22, 2024 12:06
@juissi-t juissi-t merged commit b0d7c4c into main Jul 22, 2024
6 checks passed
@juissi-t juissi-t deleted the dependabot/pip/py-cord-2.6.0 branch July 22, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant