Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Updates the requirements on uv to permit the latest version.
Updates uv to 0.8.5

Release notes

Sourced from uv's releases.

0.8.5

Release Notes

Enhancements

  • Enable uv run with a GitHub Gist (#15058)
  • Improve HTTP response caching log messages (#15067)
  • Show wheel tag hints in install plan (#15066)
  • Support installing additional executables in uv tool install (#14014)

Preview features

  • Enable extra build dependencies to 'match runtime' versions (#15036)
  • Remove duplicate extra-build-dependencies warnings for uv pip (#15088)
  • Use "option" instead of "setting" in pylock warning (#15089)
  • Respect extra build requires when reading from wheel cache (#15030)
  • Preserve lowered extra build dependencies (#15038)

Bug fixes

  • Add Python versions to markers implied from wheels (#14913)
  • Ensure consistent indentation when adding dependencies (#14991)
  • Fix handling of python-preference = system when managed interpreters are on the PATH (#15059)
  • Fix symlink preservation in virtual environment creation (#14933)
  • Gracefully handle entrypoint permission errors (#15026)
  • Include wheel hashes from local Simple indexes (#14993)
  • Prefer system Python installations over managed ones when --system is used (#15061)
  • Remove retry wrapper when matching on error kind (#14996)
  • Revert h2 upgrade (#15079)

Documentation

  • Improve visibility of copy and line separator in dark mode (#14987)

Install uv 0.8.5

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.8.5

... (truncated)

Changelog

Sourced from uv's changelog.

0.8.5

Enhancements

  • Enable uv run with a GitHub Gist (#15058)
  • Improve HTTP response caching log messages (#15067)
  • Show wheel tag hints in install plan (#15066)
  • Support installing additional executables in uv tool install (#14014)

Preview features

  • Enable extra build dependencies to 'match runtime' versions (#15036)
  • Remove duplicate extra-build-dependencies warnings for uv pip (#15088)
  • Use "option" instead of "setting" in pylock warning (#15089)
  • Respect extra build requires when reading from wheel cache (#15030)
  • Preserve lowered extra build dependencies (#15038)

Bug fixes

  • Add Python versions to markers implied from wheels (#14913)
  • Ensure consistent indentation when adding dependencies (#14991)
  • Fix handling of python-preference = system when managed interpreters are on the PATH (#15059)
  • Fix symlink preservation in virtual environment creation (#14933)
  • Gracefully handle entrypoint permission errors (#15026)
  • Include wheel hashes from local Simple indexes (#14993)
  • Prefer system Python installations over managed ones when --system is used (#15061)
  • Remove retry wrapper when matching on error kind (#14996)
  • Revert h2 upgrade (#15079)

Documentation

  • Improve visibility of copy and line separator in dark mode (#14987)

0.8.4

Enhancements

  • Improve styling of warning cause chains (#14934)
  • Extend wheel filtering to Android tags (#14977)
  • Perform wheel lockfile filtering based on platform and OS intersection (#14976)
  • Clarify messaging when a new resolution needs to be performed (#14938)

Preview features

  • Add support for extending package's build dependencies with extra-build-dependencies (#14735)
  • Split preview mode into separate feature flags (#14823)

Configuration

  • Add support for package specific exclude-newer dates via exclude-newer-package (#14489)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

gilesknap and others added 2 commits August 7, 2025 12:34
Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version.

Updates `uv` to 0.8.5
- [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.7.0...0.8.5)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.8.5
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 7, 2025
@gilesknap gilesknap closed this Aug 7, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 7, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-121294c74d branch August 7, 2025 11:56
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.

2 participants