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

chore(deps): update dependency py-cord to v2.4.1 - autoclosed #38

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
py-cord (changelog) ==2.2.0 -> ==2.4.1 age adoption passing confidence

Release Notes

Pycord-Development/pycord (py-cord)

v2.4.1

Compare Source

Changed
  • Updated the values of the Color.embed_background() classmethod to correspond with
    new theme colors in the app.
    (#​1931)
Fixed
  • Fixed the type-hinting of SlashCommandGroup.walk_commands() to reflect actual
    behavior. (#​1838)
  • Fixed the voice IP discovery due to the recent
    announced change.
    (#​1955)
  • Fixed reason being passed to the wrong method in
    guild.create_auto_moderation_rule.
    (#​1960)

v2.4.0

Compare Source

Added
  • Added new AutoMod trigger metadata properties regex_patterns, allow_list, and
    mention_total_limit; and added the mention_spam trigger type.
    (#​1809)
  • Added missing image parameter to Guild.create_scheduled_event() method.
    (#​1831)
  • New ApplicationRoleConnectionMetadata class for application role connection
    metadata, along with the fetch_role_connection_metadata_records and
    update_role_connection_metadata_records methods in Client.
    (#​1791)
  • Added new message types, role_subscription_purchase, interaction_premium_upsell,
    stage_start, stage_end, stage_speaker, stage_raise_hand, stage_topic, and
    guild_application_premium_subscription.
    (#​1852)
  • Added new EmbeddedActivity values.
    (#​1859)
  • Added new suppress_notifications to MessageFlags.
    (#​1912)
  • Added GIF sticker format type to the StickerFormatType enum.
    (#​1915)
  • Added new raw events: raw_member_remove, raw_thread_update, and
    raw_thread_member_remove.
    (#​1880)
  • Improved support for setting channel types & added new channel types for
    discord.Option. (#​1883)
Changed
  • Changed EmbeddedActivity values to update accordingly with the new activities.
    (#​1859)
  • Advanced version info is now stored as a dict in version_info.advanced instead of
    attributes on the version_info object.
    (#​1920)
  • The version_info.release_level attribute has been reverted to its previous name,
    releaselevel. (#​1920)
Fixed
  • Fixed bugs in Page.update_files where file objects stored in memory were causing an
    AttributeError, and io.BytesIO files didn't send properly more than once.
    (#​1869 &
    #​1881)
  • Fixed bridge groups missing the parent attribute.
    (#​1823)
  • Fixed issues with creating auto moderation rules.
    (#​1822)

v2.3.3

Compare Source

  • Fixed an unhandled KeyError exception when receiving GIF stickers, causing crashes.
    (#​1915)

v2.3.2

Compare Source

Fixed
  • Fixed another AttributeError relating to the new bridge_commands attribute on
    ext.bridge.Bot. (#​1815)
  • Fixed an AttributeError in select relating to the select type.
    (#​1814)
  • Fixed Thread.applied_tags always returning an empty list.
    (#​1817)

v2.3.1

Compare Source

Fixed
  • Fixed AttributeError relating to the new bridge_commands attribute on
    ext.bridge.Bot. (#​1802)

v2.3.0

Compare Source

Added
  • New brief Attribute to BridgeSlashCommand.
    (#​1676)
  • Python 3.11 support. (#​1680)
  • New select types user, role, mentionable, and channel - Along with their
    respective types and shortcut decorators.
    (#​1702)
  • Added support for age-restricted (NSFW) commands.
    (#​1775)
  • New flags: PublicUserFlags.active_developer & ApplicationFlags.active.
    (#​1776)
  • Support for new forum features including tags, default slowmode, and default sort
    order. (#​1636)
  • Support for new thread attributes total_message_sent and is_pinned.
    (#​1636)
  • Added bridge_commands attribute to ext.bridge.Bot for access to bridge command
    objects. (#​1787)
  • Updated Guild.features to include new and previously missing features.
    (#​1788)
Fixed
  • Fix bridge.has_permissions.
    (#​1695)
  • Fix audit log overwrite type always resulting in None.
    (#​1716)
  • Fixed error when using suppress kwarg in send().
    (#​1719 &
    #​1723)
Changed

v2.2.2

Compare Source

Fixed
  • Fixed parent attribute of second-level subcommands being set to the base level
    command instead of the direct parent.
    (#​1673)

v2.2.1

Compare Source

Added
  • New SlashCommand.qualified_id attribute.
    (#​1672)
Fixed
  • Fixed a TypeError in ban() methods related to the new delete_message_seconds
    parameter. (#​1666)
  • Fixed broken cog and parent attributes on commands in cogs.
    (#​1662)
  • Fixed SlashCommand.mention for subcommands.
    (#​1672)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from dc59e32 to 969d014 Compare October 4, 2022 08:17
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.2.0 chore(deps): update dependency py-cord to v2.2.0 - autoclosed Oct 4, 2022
@renovate renovate bot closed this Oct 4, 2022
@renovate renovate bot deleted the renovate/py-cord-2.x branch October 4, 2022 08:18
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.2.0 - autoclosed chore(deps): update dependency py-cord to v2.2.0 Oct 6, 2022
@renovate renovate bot reopened this Oct 6, 2022
@renovate renovate bot restored the renovate/py-cord-2.x branch October 6, 2022 02:19
@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from 969d014 to b6f2cd6 Compare October 6, 2022 05:43
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.2.0 chore(deps): update dependency py-cord to v2.2.2 Oct 6, 2022
@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from b6f2cd6 to e22ac77 Compare November 24, 2022 00:00
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.2.2 chore(deps): update dependency py-cord to v2.3.0 Nov 24, 2022
@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from e22ac77 to e54ca15 Compare November 27, 2022 20:46
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.3.0 chore(deps): update dependency py-cord to v2.3.1 Nov 27, 2022
@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from e54ca15 to 677712a Compare December 3, 2022 16:53
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.3.1 chore(deps): update dependency py-cord to v2.3.2 Dec 3, 2022
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.3.2 Update dependency py-cord to v2.3.2 Dec 17, 2022
@renovate renovate bot changed the title Update dependency py-cord to v2.3.2 chore(deps): update dependency py-cord to v2.3.2 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from 677712a to 1216278 Compare February 11, 2023 07:09
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.3.2 chore(deps): update dependency py-cord to v2.4.0 Feb 11, 2023
@renovate renovate bot force-pushed the renovate/py-cord-2.x branch from 1216278 to 42b1ac2 Compare March 21, 2023 00:59
@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.4.0 chore(deps): update dependency py-cord to v2.4.1 Mar 21, 2023
Copy link
Contributor Author

renovate bot commented Jan 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency py-cord to v2.4.1 chore(deps): update dependency py-cord to v2.4.1 - autoclosed Jan 24, 2025
@renovate renovate bot closed this Jan 24, 2025
@renovate renovate bot deleted the renovate/py-cord-2.x branch January 24, 2025 12:11
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