generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 4279385
authored
Update dependency uv to v0.5.25 (#206)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [uv](https://pypi.org/project/uv/)
([source](https://redirect.github.com/astral-sh/uv),
[changelog](https://redirect.github.com/astral-sh/uv/blob/main/CHANGELOG.md))
| `0.5.22` -> `0.5.25` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>astral-sh/uv (uv)</summary>
###
[`v0.5.25`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0525)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.5.24...0.5.25)
##### Enhancements
- Allow installation of manylinux wheels on loongarch64
([#​10927](https://redirect.github.com/astral-sh/uv/pull/10927))
- Allow optional `=` for editables in `requirements.txt`
([#​10954](https://redirect.github.com/astral-sh/uv/pull/10954))
- Add Windows aarch64 to the release binaries
([#​10885](https://redirect.github.com/astral-sh/uv/pull/10885))
##### Bug fixes
- Use spec-compliant (`128+n`) exit codes for `uv run` and `uv tool run`
on Unix
([#​10781](https://redirect.github.com/astral-sh/uv/pull/10781))
- Fix best-interpreter lookups when there is an invalid interpreter in
the `PATH`
([#​11030](https://redirect.github.com/astral-sh/uv/pull/11030))
- Guard against concurrent cache writes on Windows
([#​11007](https://redirect.github.com/astral-sh/uv/pull/11007))
- Prioritize package preferences with greater package versions
([#​10963](https://redirect.github.com/astral-sh/uv/pull/10963))
- Reject `--editable` flag on non-directory requirements
([#​10994](https://redirect.github.com/astral-sh/uv/pull/10994))
- Respect `--no-sources` for `uv pip install` workspace discovery
([#​11003](https://redirect.github.com/astral-sh/uv/pull/11003))
- Set `JEMALLOC_SYS_WITH_LG_PAGE=16` in ARM Docker builds
([#​10943](https://redirect.github.com/astral-sh/uv/pull/10943))
- Update `riscv64` Python downloads to allow install on `riscv64gc`
([#​10937](https://redirect.github.com/astral-sh/uv/pull/10937))
- Fix file persist retries on Windows
([#​11008](https://redirect.github.com/astral-sh/uv/pull/11008))
- Fix incorrect error message when specifying
`tool.uv.sources.(package).workspace` with other options
([#​11013](https://redirect.github.com/astral-sh/uv/pull/11013))
- Improve SIGINT handling in `uv run`
([#​11009](https://redirect.github.com/astral-sh/uv/pull/11009))
##### Documentation
- Add `SECURITY` policy
([#​11035](https://redirect.github.com/astral-sh/uv/pull/11035))
- Add `Requires-Python` upper bound behavior to the docs
([#​10964](https://redirect.github.com/astral-sh/uv/pull/10964))
- Add a troubleshooting section and reproducible example guide
([#​10947](https://redirect.github.com/astral-sh/uv/pull/10947))
- Add documentation for `uv add -r`
([#​10926](https://redirect.github.com/astral-sh/uv/pull/10926))
- Amend `requires-python` rules in resolver documentation
([#​10993](https://redirect.github.com/astral-sh/uv/pull/10993))
- Reference workspaces in `--no-sources` documentation
([#​10995](https://redirect.github.com/astral-sh/uv/pull/10995))
- Update documentation for activating virtual environments in different
shell
([#​11000](https://redirect.github.com/astral-sh/uv/pull/11000))
- Add Docker SHA pinning tip
([#​10955](https://redirect.github.com/astral-sh/uv/pull/10955))
###
[`v0.5.24`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0524)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.5.23...0.5.24)
##### Enhancements
- Improve determinism of resolution by always setting package priorities
([#​10853](https://redirect.github.com/astral-sh/uv/pull/10853))
- Upgrade to `cargo-dist` 0.28.0; improves several installer behaviors
([#​10884](https://redirect.github.com/astral-sh/uv/pull/10884))
##### Performance
- Remove dependencies clone in resolver
([#​10880](https://redirect.github.com/astral-sh/uv/pull/10880))
- Use Hashbrown's raw entry API to reduce hashes and clone in resolver
priority determination
([#​10881](https://redirect.github.com/astral-sh/uv/pull/10881))
##### Bug fixes
- Allow fallback to Python download on non-critical discovery errors
([#​10908](https://redirect.github.com/astral-sh/uv/pull/10908))
##### Preview features
- Register managed Python version with the Windows Registry (PEP 514)
([#​10634](https://redirect.github.com/astral-sh/uv/pull/10634))
##### Documentation
- Improve documentation for some environment variables
([#​10887](https://redirect.github.com/astral-sh/uv/pull/10887))
- Add git subdirectory example
([#​10894](https://redirect.github.com/astral-sh/uv/pull/10894))
###
[`v0.5.23`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0523)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.5.22...0.5.23)
##### Enhancements
- Add `--refresh` to `uv venv`
([#​10834](https://redirect.github.com/astral-sh/uv/pull/10834))
- Add `--no-default-groups` command-line flag
([#​10618](https://redirect.github.com/astral-sh/uv/pull/10618))
##### Bug fixes
- Sort extras and groups when comparing lockfile requirements
([#​10856](https://redirect.github.com/astral-sh/uv/pull/10856))
- Include `commit_id` and `requested_revision` in `direct_url.json`
([#​10862](https://redirect.github.com/astral-sh/uv/pull/10862))
- Invalidate lockfile when static versions change
([#​10858](https://redirect.github.com/astral-sh/uv/pull/10858))
- Make GitHub fast path errors non-fatal
([#​10859](https://redirect.github.com/astral-sh/uv/pull/10859))
- Remove warnings for `--frozen` and `--locked` in `uv run --script`
([#​10840](https://redirect.github.com/astral-sh/uv/pull/10840))
- Resolve `find-links` paths relative to the configuration file
([#​10827](https://redirect.github.com/astral-sh/uv/pull/10827))
- Respect visitation order for proxy packages
([#​10833](https://redirect.github.com/astral-sh/uv/pull/10833))
- Treat version mismatch errors as non-fatal in fast paths
([#​10860](https://redirect.github.com/astral-sh/uv/pull/10860))
- Mark `--locked` and `--upgrade` are conflicting
([#​10836](https://redirect.github.com/astral-sh/uv/pull/10836))
- Relax error checking around unconditional enabling of conflicting
extras
([#​10875](https://redirect.github.com/astral-sh/uv/pull/10875))
##### Documentation
- Reduce ambiguity in conflicting extras example
([#​10877](https://redirect.github.com/astral-sh/uv/pull/10877))
- Update pre-commit documentation
([#​10756](https://redirect.github.com/astral-sh/uv/pull/10756))
##### Error messages
- Error when workspace contains conflicting Python requirements
([#​10841](https://redirect.github.com/astral-sh/uv/pull/10841))
- Improve uvx error message when uv is missing
([#​9745](https://redirect.github.com/astral-sh/uv/pull/9745))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 1am and before 3am every
weekday" in timezone Etc/UTC, Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/canonical/mysql-router-operator).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 4036eff commit 4279385Copy full SHA for 4279385
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
0 commit comments