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

build(deps): bump astral-sh/uv from 0.4.7 to 0.5.6 #478

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2024

Bumps astral-sh/uv from 0.4.7 to 0.5.6.

Release notes

Sourced from astral-sh/uv's releases.

0.5.6

Release Notes

Enhancements

  • Add --dry-run to uv pip uninstall (#9557)
  • Allow --constraints and --overrides in uv tool install (#9547)
  • Display removed Python executables on uninstall (#9459)
  • Warn when keyring has no password for uv publish (#8827)
  • Add suggested action when .python-version pin is incompatible with the project (#9590)
  • Improve error messages for mismatches in tool.uv.sources (#9482)
  • Use constraints in trace rather than irrelevant requires-python (#9529)

Preview features

  • Add uv python install --default (#8650)
  • Fix Python executable installation when multiple patch versions are requested (#9607)
  • Build backend: Revamp include / exclude (#9525)
  • Build backend: Add fast path (#9556)
  • Build backend: Add functions to collect file list (#9602)
  • Build backend: Default excludes (#9552)
  • Build backend: Refactoring before list (#9558)
  • Build backend: Warn when visiting over 10k files (#9523)

Configuration

  • Make check-url available in configuration files (#9032)

Performance

  • Avoid adding non-extra package with extra dependencies (#9540)
  • Avoid cloning String in marker evaluation (#9598)

Rust API

  • uv-pep508: Add more methods for simplifying extra-related expressions (#9469)

Bug fixes

  • Allow file: URLs to include package names (#9493)
  • Avoid using IDs across PubGrub states (#9538)
  • Consistently enforce requested-vs.-built metadata when retrieving wheels (#9484)
  • Do not show empty version specifier in uv tool list (#9605)
  • Include Git member information when getting metadata from cache (#9388)
  • Include base installation directory in uv run PATH (#9585)
  • Insert backslash when appending to system drive (#9488)
  • Normalize paths when lowering Git dependencies (#9595)
  • Omit origin when comparing requirements (#9570)
  • Override manylinux_compatible with --python-platform (#9526)
  • Pass extra when evaluating lockfile markers (#9539)

... (truncated)

Changelog

Sourced from astral-sh/uv's changelog.

0.5.6

Enhancements

  • Add --dry-run to uv pip uninstall (#9557)
  • Allow --constraints and --overrides in uv tool install (#9547)
  • Display removed Python executables on uninstall (#9459)
  • Warn when keyring has no password for uv publish (#8827)
  • Add suggested action when .python-version pin is incompatible with the project (#9590)
  • Improve error messages for mismatches in tool.uv.sources (#9482)
  • Use constraints in trace rather than irrelevant requires-python (#9529)

Preview features

  • Add uv python install --default (#8650)
  • Fix Python executable installation when multiple patch versions are requested (#9607)
  • Build backend: Revamp include / exclude (#9525)
  • Build backend: Add fast path (#9556)
  • Build backend: Add functions to collect file list (#9602)
  • Build backend: Default excludes (#9552)
  • Build backend: Refactoring before list (#9558)
  • Build backend: Warn when visiting over 10k files (#9523)

Configuration

  • Make check-url available in configuration files (#9032)

Performance

  • Avoid adding non-extra package with extra dependencies (#9540)
  • Avoid cloning String in marker evaluation (#9598)

Rust API

  • uv-pep508: Add more methods for simplifying extra-related expressions (#9469)

Bug fixes

  • Allow file: URLs to include package names (#9493)
  • Avoid using IDs across PubGrub states (#9538)
  • Consistently enforce requested-vs.-built metadata when retrieving wheels (#9484)
  • Do not show empty version specifier in uv tool list (#9605)
  • Include Git member information when getting metadata from cache (#9388)
  • Include base installation directory in uv run PATH (#9585)
  • Insert backslash when appending to system drive (#9488)
  • Normalize paths when lowering Git dependencies (#9595)
  • Omit origin when comparing requirements (#9570)
  • Override manylinux_compatible with --python-platform (#9526)
  • Pass extra when evaluating lockfile markers (#9539)
  • Propagate markers for recursive extras in resolver (#9509)

... (truncated)

Commits
  • b70c4f3 Add Cargo.toml to triggers for binary test builds (#9616)
  • 59460b8 Bump version to 0.5.6 (#9612)
  • 6cc7a56 Revert "Upgrade to Rust 1.83 (#9511)" (#9617)
  • 6cb3bf2 Add policies reference section and license document (#9367)
  • 9262d44 Fix Python executable installation when multiple patch versions are requested...
  • 8b02d71 Update build failures document (#9584)
  • 75949f3 Avoid cloning String in marker evaluation (#9598)
  • 2e02235 Do not show empty version specifier in uv tool list (#9605)
  • fee6ab5 Build backend: Add functions to collect file list (#9602)
  • cadba18 Build backend: Rename --no-fast-path to --force-pep517 (#9600)
  • 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 [astral-sh/uv](https://github.com/astral-sh/uv) from 0.4.7 to 0.5.6.
- [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.7...0.5.6)

---
updated-dependencies:
- dependency-name: astral-sh/uv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Dec 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Superseded by #484.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/docker/astral-sh/uv-0.5.6 branch December 9, 2024 21:48
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants