chore: Bump the all-pip group with 6 updates#4540
Merged
Conversation
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [maturin](https://github.com/pyo3/maturin), [dunamai](https://github.com/mtkennerly/dunamai), [pydantic](https://github.com/pydantic/pydantic), [attrs](https://github.com/python-attrs/attrs) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `ruff` to 0.15.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.9...0.15.10) Updates `maturin` to 1.13.1 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.12.6...v1.13.1) Updates `dunamai` to 1.26.1 - [Release notes](https://github.com/mtkennerly/dunamai/releases) - [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md) - [Commits](mtkennerly/dunamai@v1.23.1...v1.26.1) Updates `pydantic` to 2.13.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.7...v2.13.0) Updates `attrs` to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](python-attrs/attrs@25.3.0...26.1.0) Updates `ty` to 0.0.30 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.7...0.0.30) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development dependency-group: all-pip - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development dependency-group: all-pip - dependency-name: dunamai dependency-version: 1.26.1 dependency-type: direct:development dependency-group: all-pip - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:development dependency-group: all-pip - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:development dependency-group: all-pip - dependency-name: ty dependency-version: 0.0.30 dependency-type: direct:development dependency-group: all-pip ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Python Type Checking Results (Pyright)
Excluded files with errors (4 files)These files have known type errors and are excluded from CI. Remove from
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on ruff, maturin, dunamai, pydantic, attrs and ty to permit the latest version.
Updates
ruffto 0.15.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
252f761Bump 0.15.10 (#24519)37a1ec8[ty] Fix assignability of intersections with bounded typevars (#24502)f518cc9[ty] Allow partially stringifiedtype[…]annotations (#24518)16c4090docs: fix JSON typo in settings example (#24517)99d97bd[ty] Tighten up a few edge cases inConcatenatetype-expression parsing (#2...2714e34[ty] Enablepull-diagnosticsby default in E2E tests (#24516)d8bc700LSP: Add support for custom extensions (#24463)a45f96d[ty] stop special-casing str constructor (#24514)87a0f01[ruff] Treat f-string interpolation as potential side effect in RUF019 (#24426)e9ba848[ty] Fix excess subscript argument inference for non-generic types (#24354)Updates
maturinto 1.13.1Release notes
Sourced from maturin's releases.
Changelog
Sourced from maturin's changelog.
... (truncated)
Commits
b27b7e1Release v1.13.14a3df46fix: fall back to placeholder for abi3 when found interpreters are too old (#...e8ebb2fRelease v1.13.0 (#3124)1e5d362feat: Support large zip files (#3118)062bea7Add auditwheel Warn mode, default to Warn on macOS/Windows (#3121)70ea112feat: re-implement delvewheel for repairing Windows wheels (#3116)83cb185PyO3: Adds generate-stubs command (#3115)ac062c3[pre-commit.ci] pre-commit autoupdate (#3117)a8393ebfeat: re-implement delocate for repairing macOS wheels (#3114)d97bbd0refactor: introduceWheelRepairertrait (#3112)Updates
dunamaito 1.26.1Release notes
Sourced from dunamai's releases.
Changelog
Sourced from dunamai's changelog.
... (truncated)
Commits
cdae7e2Release v1.26.1529fb6b#109: Fix compatibility with latest Pijul beta73abe54#110: Update changelog93d5647Merge pull request #110 from ninoseki/highest-tag-on-any3f6d8abfix: pass highest_tag in from_any_vcs70939d3Release v1.26.071b11d7Switch to tool.poetry.group.dev.dependencies78b4283Use 'git tag --no-sign' in testsa41b416Add --highest-tag option50cce70Release v1.25.0Updates
pydanticto 2.13.0Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
46bf4faFix Pydantic release workflow (#13067)1b359edPrepare release v2.13.0 (#13065)b1bf194Fix model equality when using runtimeextraconfiguration (#13062)17a35e3Update jiter to v0.14.0 (#13064)feea402Usesimulationmode in Codspeed CI (#13063)671c9b0Add basic benchmarks for model equality (#13061)d17d71eBump cryptography from 46.0.6 to 46.0.7 (#13056)919d61a👥 Update Pydantic People (#13059)e7cf5dcFix people workflow (#13047)2a806adAdd regression test forMISSINGsentinel serialization with subclasses (#13...Updates
attrsto 26.1.0Release notes
Sourced from attrs's releases.
... (truncated)
Changelog
Sourced from attrs's changelog.
... (truncated)
Commits
7bfc49ePrepare 26.1.031e0286Update test_validators.py for Python 3.15a7 (#1530)48b8611Add instance support to attrs.fields() (#1529)3a68d49dev: document missing git tags failure modea572c3aAllow field(on_setattr=NO_OP) on frozen classesaf9c510Fix validators.disabled() to save/restore state on nesting (#1513)ab7f8b2update devce89f5dFix message passing in frozen errorseccd966Fixoptionalvalidator to accept tuples of len > 1 (#1496)e92fe52policies: tighten screws (#1528)Updates
tyto 0.0.30Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
12e86b5Bump version to 0.0.30 (#3270)67077adReorder sections in FAQ (#3267)01144dbUpdate docker/login-action action to v4.1.0 (#3262)48b3fe3Update prek dependencies (#3261)7c81338Create a "deployment" for the release-gate job (#3239)a447e03Add a "release-gate" step to the release workflow (#3205)5131a0eUpdate prek dependencies (#3221)438a78dBump version to 0.0.29 (#3218)927aad2Bump version to 0.0.28 (#3206)29d288ePublish installers to/installers/ty/lateston the mirror (#3202)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions