pyca / cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
https://cryptography.io
Other
6.7k stars 1.54k forks source link

chore(deps): bump uv from 0.5.3 to 0.5.4 #12012

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps uv from 0.5.3 to 0.5.4.

Release notes

Sourced from uv's releases.

0.5.4

Release Notes

Enhancements

  • Accept either singular or plural values for CLI requirements (#9196)
  • Add --all-groups to uv sync, uv run, uv export, and uv tree (#8892)
  • Add a progress bar to uv tree --outdated and uv pip list --outdated (#9284)
  • Add retries for Python downloads (#9274)
  • Use exponential backoff for publish retries (#9276)
  • Add manylinux target triples up to glibc 2.40 (#9234)

Performance

  • Parallelize network requests in uv tree --outdated (#9280)
  • Use zlib-rs on all platforms (#9264)

Bug fixes

  • Avoid validating extra and group sources in build-system.requires (#9273)
  • Catch retries with wrapped reqwest errors (#9253)
  • Sort hashes in uv export output (#9237)
  • Strip --index and --default-index from command header (#9288)

Documentation

  • Add breadcrumbs to the documentation (#9242)
  • Add minimum version to PyTorch guide (#9247)
  • Add support for anchor redirects with client-side js (#9212)
  • Improve content on project configuration (#9235)
  • Improve the project creation documentation (#9236)
  • Move the integration guides into the "Guides" section as a collapsed group (#9245)
  • Reorganize the project concept documentation (#9121)
  • Use the full screen height for the main content to stabilize the nav (#9153)

Error messages

  • Add dedicated warning for empty stdin (#9256)

Install uv 0.5.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

</tr></table> 

... (truncated)

Changelog

Sourced from uv's changelog.

0.5.4

Enhancements

  • Accept either singular or plural values for CLI requirements (#9196)
  • Add --all-groups to uv sync, uv run, uv export, and uv tree (#8892)
  • Add a progress bar to uv tree --outdated and uv pip list --outdated (#9284)
  • Add retries for Python downloads (#9274)
  • Use exponential backoff for publish retries (#9276)
  • Add manylinux target triples up to glibc 2.40 (#9234)

Performance

  • Parallelize network requests in uv tree --outdated (#9280)
  • Use zlib-rs on all platforms (#9264)

Bug fixes

  • Avoid validating extra and group sources in build-system.requires (#9273)
  • Catch retries with wrapped reqwest errors (#9253)
  • Sort hashes in uv export output (#9237)
  • Strip --index and --default-index from command header (#9288)

Documentation

  • Add breadcrumbs to the documentation (#9242)
  • Add minimum version to PyTorch guide (#9247)
  • Add support for anchor redirects with client-side js (#9212)
  • Improve content on project configuration (#9235)
  • Improve the project creation documentation (#9236)
  • Move the integration guides into the "Guides" section as a collapsed group (#9245)
  • Reorganize the project concept documentation (#9121)
  • Use the full screen height for the main content to stabilize the nav (#9153)

Error messages

  • Add dedicated warning for empty stdin (#9256)
Commits
  • c62c83c Bump version to v0.5.4 (#9290)
  • 829eed8 Strip --index and --default-index from command header (#9288)
  • b19ccb6 Add a progress bar to uv tree --outdated and uv pip list --outdated (#9284)
  • a0de830 Parallelize network requests in uv tree --outdated (#9280)
  • 23cc9b0 Add --all-groups to uv sync|run|export|tree (#8892)
  • 2ed180e Accept either singular or plural for CLI constraints (#9196)
  • 2f5a64a Unify cargo features (#9267)
  • 8ca8de8 Use exponential backoff for publish retries (#9276)
  • 110c38e Improve the project creation documentation (#9236)
  • 4f65a69 Move the integration guides into the "Guides" section as a collapsed group (#...
  • 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 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)