Skip to content

build(deps): bump uv from 0.6.17 to 0.9.30 in /__tests__/fixtures/uv-in-requirements-txt-project#40

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/__tests__/fixtures/uv-in-requirements-txt-project/uv-0.9.30
Closed

build(deps): bump uv from 0.6.17 to 0.9.30 in /__tests__/fixtures/uv-in-requirements-txt-project#40
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/__tests__/fixtures/uv-in-requirements-txt-project/uv-0.9.30

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps uv from 0.6.17 to 0.9.30.

Release notes

Sourced from uv's releases.

0.9.30

Release Notes

Released on 2026-02-04.

Python

  • Add CPython 3.14.3 and 3.13.12 (#17849)

Enhancements

  • Allow comma-separated values for --extra option (#17525)
  • Check all files during a dry-run publish instead of stopping at the first failure (#17785)
  • Clarify UV_HTTP_TIMEOUT error message (#17493)

Preview features

  • Use relocatable virtual environments by default (#17770)

Bug fixes

  • Fix deadlock on token refresh in uv publish when using pyx (#17832)
  • Ignore global Python pins when incompatible with project (#15473)

Install uv 0.9.30

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.ps1 | iex"

Download uv 0.9.30

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.9.30

Released on 2026-02-04.

Python

  • Add CPython 3.14.3 and 3.13.12 (#17849)

Enhancements

  • Allow comma-separated values for --extra option (#17525)
  • Check all files during a dry-run publish instead of stopping at the first failure (#17785)
  • Clarify UV_HTTP_TIMEOUT error message (#17493)

Preview features

  • Use relocatable virtual environments by default (#17770)

Bug fixes

  • Fix deadlock on token refresh in uv publish when using pyx (#17832)
  • Ignore global Python pins when incompatible with project (#15473)

0.9.29

Released on 2026-02-03.

Python

  • Update to Pyodide 0.29.3 (#17730)

Enhancements

  • Add wheel-tag-style aliases for manylinux platform names (#17750)
  • Hint on uv version --bump dev similar to pre-release bumps (#17796)
  • Improve display of RFC 9457 Problem Detail responses in uv publish server errors (#17787)
  • Improve the wording of publish errors during dry-run (#17782)
  • Set backoff to 10 retries (#17816)
  • Add properties to synthentic and project roots in Cyclone DX exports (#17820)
  • Identify the invidividual clients in uv publish trace logs (#17784)

Preview features

  • Remove special casing for base and default conda environment names (#17758)

Bug fixes

  • Fix PYTHONHOME inheritance when spawning different Python versions (#17821)
  • Fix wheel rejections on freethreading+debug builds (#17812)
  • Pad with zeros during comparisons in EqualStar and NotEqualStar operators (#17751)

... (truncated)

Commits
  • ea45608 Bump version to 0.9.30 (#17865)
  • 5d978e8 Add CPython 3.14.3 and 3.13.12 (#17849)
  • 031f917 fix(settings): clarify UV_HTTP_TIMEOUT error message (#17493)
  • d44e65e Use relocatable virtual environments by default (#17770)
  • 7c06784 Fix deadlock on token refresh in uv publish when using pyx (#17832)
  • 30e2c2b Allow comma-separated values in uv sync --extra (#17525)
  • cd49736 Ignore global Python pins when incompatible with requires-python (#15473)
  • 876023a Check all files during a dry-run publish instead of stopping at the first fai...
  • eadc223 Improve the pull request title for versions repository updates (#17843)
  • 1f1321d Bump version to 0.9.29 (#17837)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [uv](https://github.com/astral-sh/uv) from 0.6.17 to 0.9.30.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](astral-sh/uv@0.6.17...0.9.30)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.9.30
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 5, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2026

Superseded by #43.

@dependabot dependabot bot closed this Feb 6, 2026
@dependabot dependabot bot deleted the dependabot/pip/__tests__/fixtures/uv-in-requirements-txt-project/uv-0.9.30 branch February 6, 2026 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants