chore(deps): update dependency attrs to v26 #55

Merged
alpha-nerd merged 1 commit from renovate/attrs-26.x into main 2026-05-10 11:15:49 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
attrs (changelog) ==25.4.0==26.1.0 age confidence

Release Notes

python-attrs/attrs (attrs)

v26.1.0

Compare Source

Backwards-incompatible Changes
  • Field aliases are now resolved before calling field_transformer, so transformers receive fully populated Attribute objects with usable alias values instead of None.
    The new Attribute.alias_is_default flag indicates whether the alias was auto-generated (True) or explicitly set by the user (False).
    #​1509
Changes
  • Fix type annotations for attrs.validators.optional(), so it no longer rejects tuples with more than one validator.
    #​1496
  • The attrs.validators.disabled() contextmanager can now be nested.
    #​1513
  • Frozen classes can set on_setattr=attrs.setters.NO_OP in addition to None.
    #​1515
  • It's now possible to pass attrs instances in addition to attrs classes to attrs.fields().
    #​1529

Configuration

📅 Schedule: (UTC)

  • 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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [attrs](https://github.com/python-attrs/attrs) ([changelog](https://www.attrs.org/en/stable/changelog.html)) | `==25.4.0` → `==26.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/attrs/26.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/attrs/25.4.0/26.1.0?slim=true) | --- ### Release Notes <details> <summary>python-attrs/attrs (attrs)</summary> ### [`v26.1.0`](https://github.com/python-attrs/attrs/blob/HEAD/CHANGELOG.md#2610---2026-03-19) [Compare Source](https://github.com/python-attrs/attrs/compare/25.4.0...26.1.0) ##### Backwards-incompatible Changes - Field aliases are now resolved *before* calling `field_transformer`, so transformers receive fully populated `Attribute` objects with usable `alias` values instead of `None`. The new `Attribute.alias_is_default` flag indicates whether the alias was auto-generated (`True`) or explicitly set by the user (`False`). [#&#8203;1509](https://github.com/python-attrs/attrs/issues/1509) ##### Changes - Fix type annotations for `attrs.validators.optional()`, so it no longer rejects tuples with more than one validator. [#&#8203;1496](https://github.com/python-attrs/attrs/issues/1496) - The `attrs.validators.disabled()` contextmanager can now be nested. [#&#8203;1513](https://github.com/python-attrs/attrs/issues/1513) - Frozen classes can set `on_setattr=attrs.setters.NO_OP` in addition to `None`. [#&#8203;1515](https://github.com/python-attrs/attrs/issues/1515) - It's now possible to pass *attrs* **instances** in addition to *attrs* **classes** to `attrs.fields()`. [#&#8203;1529](https://github.com/python-attrs/attrs/issues/1529) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2026-05-08 14:52:41 +02:00
alpha-nerd merged commit 8602f80d6b into main 2026-05-10 11:15:49 +02:00
Sign in to join this conversation.
No description provided.