Update dependency py-cord to v2.6.1 #14

Merged
profitroll merged 1 commits from renovate/py-cord-2.x into main 2024-09-15 23:59:59 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
py-cord (changelog) patch ==2.6.0 -> ==2.6.1

Release Notes

Pycord-Development/pycord (py-cord)

v2.6.1

Compare Source

Fixed
  • Fixed premature garbage collection of tasks.
    (#​2510)
  • Fixed EntitlementIterator type hints and behavior with limit > 100.
    (#​2555)
  • Fixed missing stacklevel parameter in warn_deprecated function call inside
    @utils.deprecated. (#​2500)
  • Fixed the type hint in ConnectionState._polls to reflect actual behavior, changing it
    from Guild to Poll.
    (#​2500)
  • Fixed missing __slots__ attributes in RawReactionClearEmojiEvent and
    RawMessagePollVoteEvent.
    (#​2500)
  • Fixed the type of ForumChannel.default_sort_order, changing it from int to
    SortOrder. (#​2500)
  • Fixed PartialMessage causing errors when created from PartialMessageable.
    (#​2568)
  • Fixed the guild attribute of Members recieved from a UserCommand being None.
    (#​2573)
  • Fixed Webhook.send not including attachment data.
    (#​2513)
  • Fixed inverted type hints in CheckAnyFailure.
    (#​2502)

Configuration

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

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [py-cord](https://github.com/Pycord-Development/pycord) ([changelog](https://docs.pycord.dev/en/master/changelog.html)) | patch | `==2.6.0` -> `==2.6.1` | --- ### Release Notes <details> <summary>Pycord-Development/pycord (py-cord)</summary> ### [`v2.6.1`](https://github.com/Pycord-Development/pycord/blob/HEAD/CHANGELOG.md#261---2024-09-15) [Compare Source](https://github.com/Pycord-Development/pycord/compare/v2.6.0...v2.6.1) ##### Fixed - Fixed premature garbage collection of tasks. ([#&#8203;2510](https://github.com/Pycord-Development/pycord/pull/2510)) - Fixed `EntitlementIterator` type hints and behavior with `limit > 100`. ([#&#8203;2555](https://github.com/Pycord-Development/pycord/pull/2555)) - Fixed missing `stacklevel` parameter in `warn_deprecated` function call inside `@utils.deprecated`. ([#&#8203;2500](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed the type hint in `ConnectionState._polls` to reflect actual behavior, changing it from `Guild` to `Poll`. ([#&#8203;2500](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and `RawMessagePollVoteEvent`. ([#&#8203;2500](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to `SortOrder`. ([#&#8203;2500](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed `PartialMessage` causing errors when created from `PartialMessageable`. ([#&#8203;2568](https://github.com/Pycord-Development/pycord/pull/2500)) - Fixed the `guild` attribute of `Member`s recieved from a `UserCommand` being `None`. ([#&#8203;2573](https://github.com/Pycord-Development/pycord/pull/2573)) - Fixed `Webhook.send` not including attachment data. ([#&#8203;2513](https://github.com/Pycord-Development/pycord/pull/2513)) - Fixed inverted type hints in `CheckAnyFailure`. ([#&#8203;2502](https://github.com/Pycord-Development/pycord/pull/2502)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Renovate added 1 commit 2024-09-15 23:38:10 +03:00
profitroll merged commit 7151779bc7 into main 2024-09-15 23:59:59 +03:00
profitroll deleted branch renovate/py-cord-2.x 2024-09-16 00:00:00 +03:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VA-11_Hall-A/GloryBot#14
No description provided.