Bump the dev-dependencies group across 16 directories with 2 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(1 day ago)
(1 day ago)
(1 day ago)
dependencies python:uv
Updates the requirements on uv and pre-commit to permit the latest version.
Updates uv to 0.11.31
Release notes
Sourced from uv's releases.
0.11.31
Release Notes
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)Install uv 0.11.31
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.ps1 | iex"Download uv 0.11.31
File Platform Checksum uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
... (truncated)
Changelog
Sourced from uv's changelog.
0.11.31
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)0.11.30
Released on 2026-07-20.
Python
- Add CPython 3.15.0b4 (#20519)
Preview features
- Allow
uv workspace metadata --syncto target the active virtual environment with--active(#20500)- Reuse centralized project environments when workspaces are accessed through symlinks (#20436)
Performance
- Skip resolver candidates whose files are all excluded by
exclude-newer(#20460)- Limit parallel cache reads to reduce resolver scheduling and allocation overhead (#20427)
- Accelerate lockfile serialization with
toml_writer(#20450)- Compact cached Simple API distribution metadata and hashes (#20463, #20483)
- Decode stale cache entries in a single blocking task (#20486)
- Decode cached payloads outside resolver workers (#20464)
... (truncated)
Commits
b7fdec6Bump version to 0.11.31 (#20608)5b70d39Allow requiring a hash algorithm for an index (#20605)f30c2ffUpdate Astral OIDC broker policy to schema v2 (#20606)a677fa2Move macOS dev-binary builds to Namespace (#20604)fd00f8dRoute all workflow failure issues to uv-dev (#20600)88a0e28Host the Astral credential broker policy in-repo (#20603)219b232Use stable Rust for development builds (#20601)8da71e4Allow automation to add notes to repeated workflow failures (#20599)1e1d01fFix various comments (#20597)e500216Use Packse for the Android lock test (#20602)- Additional commits viewable in compare view
Updates pre-commit to 4.6.1
Release notes
Sourced from pre-commit's releases.
pre-commit v4.6.1
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupdate.- Improve performance of commit existence check in
pre-push.
- #3726 PR by
@asottile.- #3604 issue by
@ptarjan.- Avoid duplicating conflicted filenames during
pre-commit run --all-files.
- #3727 PR by
@asottile.- #3706 issue by
@RomanValov.
Changelog
Sourced from pre-commit's changelog.
4.6.1 - 2026-07-21
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupdate.- Improve performance of commit existence check in
pre-push.
- #3726 PR by
@asottile.- #3604 issue by
@ptarjan.- Avoid duplicating conflicted filenames during
pre-commit run --all-files.
- #3727 PR by
@asottile.- #3706 issue by
@RomanValov.4.6.0 - 2026-04-21
Features
pre-commit hook-impl: allow--hook-dirto be missing to enable easier usage withgit2.54+ git hooks.
- #3662 PR by
@asottile.Fixes
pre-commit hook-impl:--hook-typeis required.
- #3661 PR by
@asottile.4.5.1 - 2025-12-16
Fixes
- Fix
language: pythonwithrepo: localwithoutadditional_dependencies.
- #3597 PR by
@asottile.4.5.0 - 2025-11-22
Features
- Add
pre-commit hazmat.
- #3585 PR by
@asottile.4.4.0 - 2025-11-08
... (truncated)
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-options- Additional commits viewable in compare view
Updates uv to 0.11.31
Release notes
Sourced from uv's releases.
0.11.31
Release Notes
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)Install uv 0.11.31
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.ps1 | iex"Download uv 0.11.31
File Platform Checksum uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
... (truncated)
Changelog
Sourced from uv's changelog.
0.11.31
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)0.11.30
Released on 2026-07-20.
Python
- Add CPython 3.15.0b4 (#20519)
Preview features
- Allow
uv workspace metadata --syncto target the active virtual environment with--active(#20500)- Reuse centralized project environments when workspaces are accessed through symlinks (#20436)
Performance
- Skip resolver candidates whose files are all excluded by
exclude-newer(#20460)- Limit parallel cache reads to reduce resolver scheduling and allocation overhead (#20427)
- Accelerate lockfile serialization with
toml_writer(#20450)- Compact cached Simple API distribution metadata and hashes (#20463, #20483)
- Decode stale cache entries in a single blocking task (#20486)
- Decode cached payloads outside resolver workers (#20464)
... (truncated)
Commits
b7fdec6Bump version to 0.11.31 (#20608)5b70d39Allow requiring a hash algorithm for an index (#20605)f30c2ffUpdate Astral OIDC broker policy to schema v2 (#20606)a677fa2Move macOS dev-binary builds to Namespace (#20604)fd00f8dRoute all workflow failure issues to uv-dev (#20600)88a0e28Host the Astral credential broker policy in-repo (#20603)219b232Use stable Rust for development builds (#20601)8da71e4Allow automation to add notes to repeated workflow failures (#20599)1e1d01fFix various comments (#20597)e500216Use Packse for the Android lock test (#20602)- Additional commits viewable in compare view
Updates pre-commit to 4.6.1
Release notes
Sourced from pre-commit's releases.
pre-commit v4.6.1
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupdate.- Improve performance of commit existence check in
pre-push.
- #3726 PR by
@asottile.- #3604 issue by
@ptarjan.- Avoid duplicating conflicted filenames during
pre-commit run --all-files.
- #3727 PR by
@asottile.- #3706 issue by
@RomanValov.
Changelog
Sourced from pre-commit's changelog.
4.6.1 - 2026-07-21
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupdate.- Improve performance of commit existence check in
pre-push.
- #3726 PR by
@asottile.- #3604 issue by
@ptarjan.- Avoid duplicating conflicted filenames during
pre-commit run --all-files.
- #3727 PR by
@asottile.- #3706 issue by
@RomanValov.4.6.0 - 2026-04-21
Features
pre-commit hook-impl: allow--hook-dirto be missing to enable easier usage withgit2.54+ git hooks.
- #3662 PR by
@asottile.Fixes
pre-commit hook-impl:--hook-typeis required.
- #3661 PR by
@asottile.4.5.1 - 2025-12-16
Fixes
- Fix
language: pythonwithrepo: localwithoutadditional_dependencies.
- #3597 PR by
@asottile.4.5.0 - 2025-11-22
Features
- Add
pre-commit hazmat.
- #3585 PR by
@asottile.4.4.0 - 2025-11-08
... (truncated)
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-options- Additional commits viewable in compare view
Updates uv to 0.11.31
Release notes
Sourced from uv's releases.
0.11.31
Release Notes
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)Install uv 0.11.31
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.ps1 | iex"Download uv 0.11.31
File Platform Checksum uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
... (truncated)
Changelog
Sourced from uv's changelog.
0.11.31
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)0.11.30
Released on 2026-07-20.
Python
- Add CPython 3.15.0b4 (#20519)
Preview features
- Allow
uv workspace metadata --syncto target the active virtual environment with--active(#20500)- Reuse centralized project environments when workspaces are accessed through symlinks (#20436)
Performance
- Skip resolver candidates whose files are all excluded by
exclude-newer(#20460)- Limit parallel cache reads to reduce resolver scheduling and allocation overhead (#20427)
- Accelerate lockfile serialization with
toml_writer(#20450)- Compact cached Simple API distribution metadata and hashes (#20463, #20483)
- Decode stale cache entries in a single blocking task (#20486)
- Decode cached payloads outside resolver workers (#20464)
... (truncated)
Commits
b7fdec6Bump version to 0.11.31 (#20608)5b70d39Allow requiring a hash algorithm for an index (#20605)f30c2ffUpdate Astral OIDC broker policy to schema v2 (#20606)a677fa2Move macOS dev-binary builds to Namespace (#20604)fd00f8dRoute all workflow failure issues to uv-dev (#20600)88a0e28Host the Astral credential broker policy in-repo (#20603)219b232Use stable Rust for development builds (#20601)8da71e4Allow automation to add notes to repeated workflow failures (#20599)1e1d01fFix various comments (#20597)e500216Use Packse for the Android lock test (#20602)- Additional commits viewable in compare view
Updates pre-commit to 4.6.1
Release notes
Sourced from pre-commit's releases.
pre-commit v4.6.1
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupdate.- Improve performance of commit existence check in
pre-push.
- #3726 PR by
@asottile.- #3604 issue by
@ptarjan.- Avoid duplicating conflicted filenames during
pre-commit run --all-files.
- #3727 PR by
@asottile.- #3706 issue by
@RomanValov.
Changelog
Sourced from pre-commit's changelog.
4.6.1 - 2026-07-21
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupdate.- Improve performance of commit existence check in
pre-push.
- #3726 PR by
@asottile.- #3604 issue by
@ptarjan.- Avoid duplicating conflicted filenames during
pre-commit run --all-files.
- #3727 PR by
@asottile.- #3706 issue by
@RomanValov.4.6.0 - 2026-04-21
Features
pre-commit hook-impl: allow--hook-dirto be missing to enable easier usage withgit2.54+ git hooks.
- #3662 PR by
@asottile.Fixes
pre-commit hook-impl:--hook-typeis required.
- #3661 PR by
@asottile.4.5.1 - 2025-12-16
Fixes
- Fix
language: pythonwithrepo: localwithoutadditional_dependencies.
- #3597 PR by
@asottile.4.5.0 - 2025-11-22
Features
- Add
pre-commit hazmat.
- #3585 PR by
@asottile.4.4.0 - 2025-11-08
... (truncated)
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-options- Additional commits viewable in compare view
Updates uv to 0.11.31
Release notes
Sourced from uv's releases.
0.11.31
Release Notes
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)Install uv 0.11.31
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.11.31/uv-installer.ps1 | iex"Download uv 0.11.31
File Platform Checksum uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
... (truncated)
Changelog
Sourced from uv's changelog.
0.11.31
Released on 2026-07-21.
Enhancements
- Allow workspace sources to reference members in another workspace by path (#18401)
- Support
.venvfiles containing paths to centralized project environments (#20022)- Update bundled Windows timezone data to IANA 2026c (#20554)
Preview features
- Add an index-specific
hash-algorithmsetting for lockfile generation (#20605)Configuration
- Add
audit.malware-checkandaudit.malware-check-urlsettings (#20587)Performance
- Avoid quadratic work when deduplicating transitive conflicts (#20578)
Bug fixes
- Suggest
--emit-build-optionsfor unsupporteduv pip compile --emit-options(#20582)- Reject source distributions and wheels with mismatched package names (#20432)
- Avoid retrying TLS certificate verification failures (#16245)
- Avoid warnings about
uv_buildsettings for in-tree build backends (#20153)0.11.30
Released on 2026-07-20.
Python
- Add CPython 3.15.0b4 (#20519)
Preview features
- Allow
uv workspace metadata --syncto target the active virtual environment with--active(#20500)- Reuse centralized project environments when workspaces are accessed through symlinks (#20436)
Performance
- Skip resolver candidates whose files are all excluded by
exclude-newer(#20460)- Limit parallel cache reads to reduce resolver scheduling and allocation overhead (#20427)
- Accelerate lockfile serialization with
toml_writer(#20450)- Compact cached Simple API distribution metadata and hashes (#20463, #20483)
- Decode stale cache entries in a single blocking task (#20486)
- Decode cached payloads outside resolver workers (#20464)
... (truncated)
Commits
b7fdec6Bump version to 0.11.31 (#20608)5b70d39Allow requiring a hash algorithm for an index (#20605)f30c2ffUpdate Astral OIDC broker policy to schema v2 (#20606)a677fa2Move macOS dev-binary builds to Namespace (#20604)fd00f8dRoute all workflow failure issues to uv-dev (#20600)88a0e28Host the Astral credential broker policy in-repo (#20603)219b232Use stable Rust for development builds (#20601)8da71e4Allow automation to add notes to repeated workflow failures (#20599)1e1d01fFix various comments (#20597)e500216Use Packse for the Android lock test (#20602)- Additional commits viewable in compare view
Updates pre-commit to 4.6.1
Release notes
Sourced from pre-commit's releases.
pre-commit v4.6.1
Fixes
- Install
language: nodehooks viagit.
- Fixes npm 12.x compatibility
- #3719 PR by
@asottile.- #3517 issue by
@ojob.- Set
JULIA_DEPOT_PATHforlanguage: julia.
- #3711 PR by
@damonbayer.- pre-commit-ci/runner-image#335 issue by
@damonbayer.- Produce error on mistyped
--repoforpre-commit autoupd...Description has been truncated
Technical Details
| ID: | 16135310 |
| UUID: | 4949099481 |
| Node ID: | PR_kwDOJnW938703xkU |
| Host: | GitHub |
| Repository: | adamlui/python-utils |