Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirement: bump uv from 0.4.10 to 0.4.15 #4795

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps uv from 0.4.10 to 0.4.15.

Release notes

Sourced from uv's releases.

0.4.15

Release Notes

Bug fixes

  • Revert "Treat invalid platform as more compatible than invalid Python (#7556)" (#7608)

Documentation

  • Add the execution policy to powershell installs for single versions (#7602)

Install uv 0.4.15

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download uv 0.4.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-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
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

0.4.14

Release Notes

Breaking

... (truncated)

Changelog

Sourced from uv's changelog.

0.4.15

Bug fixes

  • Revert "Treat invalid platform as more compatible than invalid Python (#7556)" (#7608)

Documentation

  • Add the execution policy to powershell installs for single versions (#7602)

0.4.14

Breaking

  • Move uvx shell completion to uvx --generate-shell-completion (#7511)

Enhancements

  • Adjust messaging for frozen hint on resolution failure during uv add (#7597)
  • Provide resolution hints in case of possible local name conflicts (#7505)
  • Improve Docker image release tagging order and display on ghcr.io (#7568)
  • Improve deserialization error messages (#7598)

Bug fixes

  • Allow system environments during project environment validity check (#7585)
  • Avoid validating workspace members when --no-sources is provided (#7599)
  • Fix handling of sys.base_prefix collision in interpreter identity check during tool installs (#7596)
  • Make uv cache prune robust to unreadable rkyv entries (#7561)
  • Revert "Remove duplicate warning for settings discovery errors (#7384)" (#7594)

Documentation

  • Fix - to _ in packaged applications document (#7571)

0.4.13

Enhancements

  • Add socks support (#7503)
  • Avoid warning about bad Python interpreter links for empty project environment directories (#7527)
  • Improve invalid environment warning messages (#7544)
  • Use more verbose spelling of "virtualenv" during creation (#7523)
  • Do not use a user-facing warning for "Waiting to acquire lock..." message (#7502)

Performance

  • Use a single buffer for hints on resolver errors (#7497)

Bug fixes

... (truncated)

Commits
  • 0d81bfb Bump version to v0.4.15 (#7612)
  • aca36fe Revert "Treat invalid platform as more compatible than invalid Python (#7556)...
  • e47e8fe Add the execution policy to powershell installs for single versions (#7602)
  • a497b15 Bump version to 0.4.14 (#7600)
  • d307034 Put error message changes in the enhancements section (#7601)
  • 2144c8b chore(renovate): update GitHub Actions major versions in docs (#7584)
  • b918557 ci(docker): improve release tagging order and display on ghcr.io (#7568)
  • 398f138 Add integration test for UV_PROJECT_ENVIRONMENT (#7591)
  • 445d1c0 Avoid validating workspace members when --no-sources is provided (#7599)
  • d6c9603 Fix handling of sys.base_prefix collision in interpreter identity check dur...
  • 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 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 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.4.10 to 0.4.15.
- [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.4.10...0.4.15)

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

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 Sep 23, 2024
@xavfernandez xavfernandez added this pull request to the merge queue Sep 23, 2024
Merged via the queue into master with commit fdd40c4 Sep 23, 2024
13 checks passed
@xavfernandez xavfernandez deleted the dependabot/pip/uv-0.4.15 branch September 23, 2024 13:13
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.

1 participant