Skip to content

fix(deps): update dependency py-cord to v2.7.1#22

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/py-cord-2.x
Open

fix(deps): update dependency py-cord to v2.7.1#22
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/py-cord-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Change Age Confidence
py-cord (changelog) ==2.7.0==2.7.1 age confidence

Release Notes

Pycord-Development/pycord (py-cord)

v2.7.1

Compare Source

Added
  • Added .extension attribute to the AppEmoji and GuildEmoji classes.
    (#​3055)
  • Added the ability to compare instances of PrimaryGuild.
    (#​3077)
  • Added cache_default_sounds parameter to Client and its subclasses.
    (#​3113)
Changed
  • Migrated away from utils.deprecated in favor of warnings.deprecated. Added type
    checker warnings support for function deprecations.
    (#​3042)
  • Updated Role.is_assignable() to also check whether the bot has the MANAGE_ROLES
    permission. (#​3048)
  • Updated the docs' Sphinx version to v9.
    (#​3067)
Fixed
  • Fixed core issues with modifying items in Container and Section
    (#​3032)
  • Fixed an issue where views raised unnecessary errors on timeout.
    (#​3019)
  • Fixed RawMessageUpdateEvent.cached_message being always None even when the message
    was cached. (#​3038)
  • Fixed an issue with downloading animated emojis which were originally uploaded as WebP
    files by changing the .url extension of animated emojis from .gif to .webp.
    (#​3055)
  • Fixed the Interaction.channel attribute not being properly resolved with
    user-installed commands ran in guilds of which the bot is not a member.
    (#​3047)
  • Fixed the following ForwardedMessage attributes not being populated:
    ForwardedMessage.mentions, ForwardedMessage.role_mentions, and
    ForwardedMessage.type.
    (#​3051)
  • Fixed incorrect page group assignment in paginators.
    (#​3065)
  • Fixed the Interaction.respond and ApplicationContext.respond methods to explicitly
    list the accepted parameters.
    (#​3061)
  • Fixed an issue where the optional parameters of the InteractionResponse.send_message
    method were not type-hinted as optional.
    (#​3061)
  • Fixed the update of a user's primary_guild to now cause an on_user_update event to
    fire. (#​3077)
  • Fixed an error when using methods from other classes regarding option autocompletes.
    (#​3082)
  • Fixed ext.pages.Paginator not working anymore when using custom_view.
    (#​3090)
  • Fixed get_or_fetch() not supporting Thread objects.
    (#​3101)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.7.1 fix(deps): update dependency py-cord to v2.7.1 Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants