chore(deps-dev): Update uv requirement from 0.8.14 to 0.8.15 by dependabot[bot] · Pull Request #964 · CycloneDX/cyclonedx-python
Updates the requirements on uv to permit the latest version.
Release notes
Sourced from uv's releases.
0.8.15
Release Notes
Python
- Upgrade SQLite 3.50.4 in CPython builds for CVE-2025-6965 (see also python/cpython#137134)
Enhancements
- Add
uv authcommands for credential management (#15570)- Add pyx support to
uv authcommands (#15636)- Add
uv tree --show-sizesto show package sizes (#15531)- Add
--python-platform riscv64-unknown-linux(#15630)- Add
--python-platformtouv runanduv tool(#15515)- Add
uv publish --dry-run(#15638)- Add zstandard support for wheels (#15645)
- Allow registries to pre-provide core metadata (#15644)
- Retry streaming Python and binary download errors (#15567)
Bug fixes
- Fix settings rendering for
extra-build-dependencies(#15622)- Skip non-existent directories in bytecode compilation (#15608)
Error messages
- Add error trace to invalid package format (#15626)
Install uv 0.8.15
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.15/uv-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.15/uv-installer.ps1 | iex"Download uv 0.8.15
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
... (truncated)
Changelog
Sourced from uv's changelog.
0.8.15
Python
- Upgrade SQLite 3.50.4 in CPython builds for CVE-2025-6965 (see also python/cpython#137134)
Enhancements
- Add
uv authcommands for credential management (#15570)- Add pyx support to
uv authcommands (#15636)- Add
uv tree --show-sizesto show package sizes (#15531)- Add
--python-platform riscv64-unknown-linux(#15630)- Add
--python-platformtouv runanduv tool(#15515)- Add
uv publish --dry-run(#15638)- Add zstandard support for wheels (#15645)
- Allow registries to pre-provide core metadata (#15644)
- Retry streaming Python and binary download errors (#15567)
Bug fixes
- Fix settings rendering for
extra-build-dependencies(#15622)- Skip non-existent directories in bytecode compilation (#15608)
Error messages
- Add error trace to invalid package format (#15626)
0.8.14
Python
- Add managed CPython distributions for aarch64 musl
Enhancements
- Add
--python-platformtouv pip check(#15486)- Add an environment variable for
UV_ISOLATED(#15428)- Add logging to the uv build backend (#15533)
- Allow more trailing null bytes in zip files (#15452)
- Allow pinning managed Python versions to specific build versions (#15314)
- Cache PyTorch wheels by default (#15481)
- Reject already-installed wheels that don't match the target platform (#15484)
- Add
--no-install-localoption touv sync,uv addanduv export(#15328)- Include cycle error message in
uv pipCLI (#15453)Preview features
... (truncated)
Commits
8473ecbRequire HTTPS for CDN requests (#15660)ad35d12Makeuv auth dirservice-aware (#15649)70cb0dfBump version to v0.8.15 (#15648)4e48d75Add zstandard support for wheels (#15645)7606f1aAdduv publish --dry-run(#15638)b57ad17Allow registries to pre-provide core metadata (#15644)f88aaa8Add pyx support touv authcommands (#15636)f9e98d1Allow providing theuv auth loginpassword or token via stdin (#15642)63b93a1Add test cases for URL matching with the native keyring (#15641)8fcd88dSync latest Python releases (#15631)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)