Skip to content

chore(deps): update dependency py-cord to v2.8.0#533

Merged
ReenigneArcher merged 1 commit into
masterfrom
renovate/py-cord-2-x
May 18, 2026
Merged

chore(deps): update dependency py-cord to v2.8.0#533
ReenigneArcher merged 1 commit into
masterfrom
renovate/py-cord-2-x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 18, 2026

This PR contains the following updates:

Package Change Age Confidence
py-cord (changelog) ==2.7.2==2.8.0 age confidence

Release Notes

Pycord-Development/pycord (py-cord)

v2.8.0

Compare Source

Added
  • Support for Python 3.14.
    (#​2948)
  • Added support for community invites.
    (#​3044)
  • Added Member.colours and Member.colors properties.
    (#​3063)
  • Added RoleType enum accessible via Role.type and RoleTags.type.
    (#​2708)
  • Added Colour.light_theme(), Colour.ash_theme(), and Colour.onyx_theme().
    (#​3043)
  • Added RadioGroup, CheckboxGroup, and Checkbox for modals.
    (#​3073)
  • Added the ability to respond to interactions with suppressed push and desktop
    notifications. (#​3062)
  • Added User.collectibles property.
    (#​3107)
  • Added the ability to compare instances of Nameplate.
    (#​3107)
  • Added Member.display_avatar_decoration and Member.guild_avatar_decoration.
    (#​3109)
  • Added a new event called on_raw_member_update that is dispatched when a member is
    updated, regardless of cache status.
    (#​3012)
  • Added support for Discord DAVE (Audio & Video E2EE) for voice-sending related
    features. (#​3143)
Changed
  • read_only team members aren't considered as owners anymore when checking for app
    ownership permissions.
  • Changed Member.colour and Member.color to be aliases for Member.colours.primary.
    (#​3063)
  • Updated Colour.dark_theme() with Discord's new theme colours.
    (#​3043)
  • Changed User.nameplate to be an alias for User.collectibles.nameplate.
    (#​3107)
  • Changed FileComponent.name and FileComponent.size to be optional.
    (#​3115)
Fixed
  • Fixed internal use of deprecated role type methods.
    (#​3167)
  • Fixed a TypeError when using Label.set_select and not providing default_values.
    (#​3171)
  • Fixed View.from_dict() incorrectly returning None.
    (#​3181)
  • Fixed internal use of deprecated _PayloadLike dict operations.
    (#​3189)
  • Fixed incorrect type hints for MessagePinIterator.
    (#​3178)
  • Fixed a KeyError when fetching an app's information or checking for app ownership
    with is_owner.
  • Fixed certain scenarios where received components could crash the app.
    (#​3059)
  • Fixed a KeyError when fetching an app's information or checking for app ownership
    with is_owner.
  • Fixed some Item attributes not being set correctly.
    (#​3102)
  • Fixed use of deprecated float type for timeout=... in ws_connect().
    (#​3105)
  • Fixed the update of a user's avatar_decoration to now cause an on_user_update
    event to fire. (#​3103)
Deprecated
  • Deprecated is_bot_managed, is_premium_subscriber, is_integration,
    is_available_for_purchase, and is_guild_connections_role in favor of type for
    both Role and RoleTags .
    (#​2708)
  • Deprecated Colour.embed_background().
    (#​3043)
  • Deprecated the suppress parameter in all applicable message-related methods in favor
    of suppress_embeds.
    (#​3062)
  • Deprecated discord.VoiceClient and discord.VoiceProtocol in favor of
    discord.voice.VoiceClient and discord.voice.VoiceProtocol.
    (#​3143)
Removed
  • Removed the guild creation and ownership-related methods and arguments due to updated
    restrictions. (#​3056)
    • Removed the following methods: Guild.set_mfa_required, Guild.delete,
      Template.create_guild, and Client.create_guild.

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 1am,before 8am"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Never, 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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 18, 2026
@sonarqubecloud
Copy link
Copy Markdown

@codecov
Copy link
Copy Markdown

codecov Bot commented May 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.47%. Comparing base (2fbd1e5) to head (7b3a3bb).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #533   +/-   ##
=======================================
  Coverage   61.47%   61.47%           
=======================================
  Files          27       27           
  Lines        1978     1978           
=======================================
  Hits         1216     1216           
  Misses        762      762           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fbd1e5...7b3a3bb. Read the comment docs.

@ReenigneArcher ReenigneArcher merged commit b86b4c3 into master May 18, 2026
16 checks passed
@ReenigneArcher ReenigneArcher deleted the renovate/py-cord-2-x branch May 18, 2026 21:41
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