⬆️ Update dependency attrs to v24.3.0 #76

Merged
sebclem merged 1 commits from renovate/attrs-24.x into main 2024-12-22 18:48:58 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
attrs (changelog) minor ==24.2.0 -> ==24.3.0

Release Notes

python-attrs/attrs (attrs)

v24.3.0

Compare Source

Backwards-incompatible Changes
Changes
  • Introduce attrs.NothingType, for annotating types consistent with attrs.NOTHING.
    #​1358
  • Allow mutating __suppress_context__ and __notes__ on frozen exceptions.
    #​1365
  • attrs.converters.optional() works again when taking attrs.converters.pipe() or another Converter as its argument.
    #​1372
  • attrs instances now support copy.replace().
    #​1383
  • attrs.validators.instance_of()'s type hints now allow for union types.
    For example: instance_of(str | int)
    #​1385

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

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [attrs](https://github.com/python-attrs/attrs) ([changelog](https://www.attrs.org/en/stable/changelog.html)) | minor | `==24.2.0` -> `==24.3.0` | --- ### Release Notes <details> <summary>python-attrs/attrs (attrs)</summary> ### [`v24.3.0`](https://github.com/python-attrs/attrs/blob/HEAD/CHANGELOG.md#2430---2024-12-16) [Compare Source](https://github.com/python-attrs/attrs/compare/24.2.0...24.3.0) ##### Backwards-incompatible Changes - Python 3.7 has been dropped. [#&#8203;1340](https://github.com/python-attrs/attrs/issues/1340) ##### Changes - Introduce `attrs.NothingType`, for annotating types consistent with `attrs.NOTHING`. [#&#8203;1358](https://github.com/python-attrs/attrs/issues/1358) - Allow mutating `__suppress_context__` and `__notes__` on frozen exceptions. [#&#8203;1365](https://github.com/python-attrs/attrs/issues/1365) - `attrs.converters.optional()` works again when taking `attrs.converters.pipe()` or another Converter as its argument. [#&#8203;1372](https://github.com/python-attrs/attrs/issues/1372) - *attrs* instances now support [`copy.replace()`](https://docs.python.org/3/library/copy.html#copy.replace). [#&#8203;1383](https://github.com/python-attrs/attrs/issues/1383) - `attrs.validators.instance_of()`'s type hints now allow for union types. For example: `instance_of(str | int)` [#&#8203;1385](https://github.com/python-attrs/attrs/issues/1385) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-12-17 03:04:43 +01:00
⬆️ Update dependency attrs to v24.3.0
All checks were successful
ci / docker (pull_request) Successful in 30s
6f323694a1
sebclem merged commit c43c1eed57 into main 2024-12-22 18:48:58 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
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: sebclem/pixivcord#76
No description provided.