Commit a37a423
authored
chore(deps): update astral-sh/uv to v0.9.18 (#298)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|---|
|
[astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit)
| repository | patch | `0.9.14` → `0.9.18` | `0.9.21` (+2) |

|

|
| [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))
| | patch | `0.9.13` → `0.9.18` | `0.9.21` (+2) |

|

|
Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.
---
### Release Notes
<details>
<summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary>
###
[`v0.9.18`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.18)
[Compare
Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.17...0.9.18)
See: <https://github.com/astral-sh/uv/releases/tag/0.9.18>
###
[`v0.9.17`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.17)
[Compare
Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.16...0.9.17)
See: <https://github.com/astral-sh/uv/releases/tag/0.9.17>
###
[`v0.9.16`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.16)
[Compare
Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.15...0.9.16)
See: <https://github.com/astral-sh/uv/releases/tag/0.9.16>
###
[`v0.9.15`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.9.15)
[Compare
Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.9.14...0.9.15)
See: <https://github.com/astral-sh/uv/releases/tag/0.9.15>
</details>
<details>
<summary>astral-sh/uv (uv)</summary>
###
[`v0.9.18`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0918)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.9.17...0.9.18)
Released on 2025-12-16.
##### Enhancements
- Add value hints to command line arguments to improve shell completion
accuracy
([#​17080](https://redirect.github.com/astral-sh/uv/pull/17080))
- Improve error handling in `uv publish`
([#​17096](https://redirect.github.com/astral-sh/uv/pull/17096))
- Improve rendering of multiline error messages
([#​17132](https://redirect.github.com/astral-sh/uv/pull/17132))
- Support redirects in `uv publish`
([#​17130](https://redirect.github.com/astral-sh/uv/pull/17130))
- Include Docker images with the alpine version, e.g.,
`python3.x-alpine3.23`
([#​17100](https://redirect.github.com/astral-sh/uv/pull/17100))
##### Configuration
- Accept `--torch-backend` in `[tool.uv]`
([#​17116](https://redirect.github.com/astral-sh/uv/pull/17116))
##### Performance
- Speed up `uv cache size`
([#​17015](https://redirect.github.com/astral-sh/uv/pull/17015))
- Initialize S3 signer once
([#​17092](https://redirect.github.com/astral-sh/uv/pull/17092))
##### Bug fixes
- Avoid panics due to reads on failed requests
([#​17098](https://redirect.github.com/astral-sh/uv/pull/17098))
- Enforce latest-version in `@latest` requests
([#​17114](https://redirect.github.com/astral-sh/uv/pull/17114))
- Explicitly set `EntryType` for file entries in tar
([#​17043](https://redirect.github.com/astral-sh/uv/pull/17043))
- Ignore `pyproject.toml` index username in lockfile comparison
([#​16995](https://redirect.github.com/astral-sh/uv/pull/16995))
- Relax error when using `uv add` with `UV_GIT_LFS` set
([#​17127](https://redirect.github.com/astral-sh/uv/pull/17127))
- Support file locks on ExFAT on macOS
([#​17115](https://redirect.github.com/astral-sh/uv/pull/17115))
- Change schema for `exclude-newer` into optional string
([#​17121](https://redirect.github.com/astral-sh/uv/pull/17121))
##### Documentation
- Drop arm musl caveat from Docker documentation
([#​17111](https://redirect.github.com/astral-sh/uv/pull/17111))
- Fix version reference in resolver example
([#​17085](https://redirect.github.com/astral-sh/uv/pull/17085))
- Better documentation for `exclude-newer*`
([#​17079](https://redirect.github.com/astral-sh/uv/pull/17079))
###
[`v0.9.17`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0917)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.9.16...0.9.17)
Released on 2025-12-09.
##### Enhancements
- Add `torch-tensorrt` and `torchao` to the PyTorch list
([#​17053](https://redirect.github.com/astral-sh/uv/pull/17053))
- Add hint for misplaced `--verbose` in `uv tool run`
([#​17020](https://redirect.github.com/astral-sh/uv/pull/17020))
- Add support for relative durations in `exclude-newer` (a.k.a.,
dependency cooldowns)
([#​16814](https://redirect.github.com/astral-sh/uv/pull/16814))
- Add support for relocatable nushell activation script
([#​17036](https://redirect.github.com/astral-sh/uv/pull/17036))
##### Bug fixes
- Respect dropped (but explicit) indexes in dependency groups
([#​17012](https://redirect.github.com/astral-sh/uv/pull/17012))
##### Documentation
- Improve `source-exclude` reference docs
([#​16832](https://redirect.github.com/astral-sh/uv/pull/16832))
- Recommend `UV_NO_DEV` in Docker installs
([#​17030](https://redirect.github.com/astral-sh/uv/pull/17030))
- Update `UV_VERSION` in docs for GitLab CI/CD
([#​17040](https://redirect.github.com/astral-sh/uv/pull/17040))
###
[`v0.9.16`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0916)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.9.15...0.9.16)
Released on 2025-12-06.
##### Python
- Add CPython 3.14.2
- Add CPython 3.13.11
##### Enhancements
- Add a 5m default timeout to acquiring file locks to fail faster on
deadlock
([#​16342](https://redirect.github.com/astral-sh/uv/pull/16342))
- Add a stub `debug` subcommand to `uv pip` announcing its intentional
absence
([#​16966](https://redirect.github.com/astral-sh/uv/pull/16966))
- Add bounds in `uv add --script`
([#​16954](https://redirect.github.com/astral-sh/uv/pull/16954))
- Add brew specific message for `uv self update`
([#​16838](https://redirect.github.com/astral-sh/uv/pull/16838))
- Error when built wheel is for the wrong platform
([#​16074](https://redirect.github.com/astral-sh/uv/pull/16074))
- Filter wheels from PEP 751 files based on `--no-binary` et al in `uv
pip compile`
([#​16956](https://redirect.github.com/astral-sh/uv/pull/16956))
- Support `--target` and `--prefix` in `uv pip list`, `uv pip freeze`,
and `uv pip show`
([#​16955](https://redirect.github.com/astral-sh/uv/pull/16955))
- Tweak language for build backend validation errors
([#​16720](https://redirect.github.com/astral-sh/uv/pull/16720))
- Use explicit credentials cache instead of global static
([#​16768](https://redirect.github.com/astral-sh/uv/pull/16768))
- Enable SIMD in HTML parsing
([#​17010](https://redirect.github.com/astral-sh/uv/pull/17010))
##### Preview features
- Fix missing preview warning in `uv workspace metadata`
([#​16988](https://redirect.github.com/astral-sh/uv/pull/16988))
- Add a `uv auth helper --protocol bazel` command
([#​16886](https://redirect.github.com/astral-sh/uv/pull/16886))
##### Bug fixes
- Fix Pyston wheel compatibility tags
([#​16972](https://redirect.github.com/astral-sh/uv/pull/16972))
- Allow redundant entries in `tool.uv.build-backend.module-name` but
emit warnings
([#​16928](https://redirect.github.com/astral-sh/uv/pull/16928))
- Fix infinite loop in non-attribute re-treats during HTML parsing
([#​17010](https://redirect.github.com/astral-sh/uv/pull/17010))
##### Documentation
- Clarify `--project` flag help text to indicate project discovery
([#​16965](https://redirect.github.com/astral-sh/uv/pull/16965))
- Regenerate the crates.io READMEs on release
([#​16992](https://redirect.github.com/astral-sh/uv/pull/16992))
- Update Docker integration guide to prefer `COPY` over `ADD` for simple
cases
([#​16883](https://redirect.github.com/astral-sh/uv/pull/16883))
- Update PyTorch documentation to include information about supporting
CUDA 13.0.x
([#​16957](https://redirect.github.com/astral-sh/uv/pull/16957))
- Update the versioning policy
([#​16710](https://redirect.github.com/astral-sh/uv/pull/16710))
- Upgrade PyTorch documentation to latest versions
([#​16970](https://redirect.github.com/astral-sh/uv/pull/16970))
###
[`v0.9.15`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0915)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.9.14...0.9.15)
Released on 2025-12-02.
##### Python
- Add CPython 3.14.1
- Add CPython 3.13.10
##### Enhancements
- Add ROCm 6.4 to `--torch-backend=auto`
([#​16919](https://redirect.github.com/astral-sh/uv/pull/16919))
- Add a Windows manifest to uv binaries
([#​16894](https://redirect.github.com/astral-sh/uv/pull/16894))
- Add LFS toggle to Git sources
([#​16143](https://redirect.github.com/astral-sh/uv/pull/16143))
- Cache source reads during resolution
([#​16888](https://redirect.github.com/astral-sh/uv/pull/16888))
- Allow reading requirements from scripts without an extension
([#​16923](https://redirect.github.com/astral-sh/uv/pull/16923))
- Allow reading requirements from scripts with HTTP(S) paths
([#​16891](https://redirect.github.com/astral-sh/uv/pull/16891))
##### Configuration
- Add `UV_HIDE_BUILD_OUTPUT` to omit build logs
([#​16885](https://redirect.github.com/astral-sh/uv/pull/16885))
##### Bug fixes
- Fix `uv-trampoline-builder` builds from crates.io by moving bundled
executables
([#​16922](https://redirect.github.com/astral-sh/uv/pull/16922))
- Respect `NO_COLOR` and always show the command as a header when paging
`uv help` output
([#​16908](https://redirect.github.com/astral-sh/uv/pull/16908))
- Use `0o666` permissions for flock files instead of `0o777`
([#​16845](https://redirect.github.com/astral-sh/uv/pull/16845))
- Revert "Bump `astral-tl` to v0.7.10
([#​16887](https://redirect.github.com/astral-sh/uv/issues/16887))"
to narrow down a regression causing hangs in metadata retrieval
([#​16938](https://redirect.github.com/astral-sh/uv/pull/16938))
##### Documentation
- Link to the uv version in crates.io member READMEs
([#​16939](https://redirect.github.com/astral-sh/uv/pull/16939))
###
[`v0.9.14`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0914)
[Compare
Source](https://redirect.github.com/astral-sh/uv/compare/0.9.13...0.9.14)
Released on 2025-12-01.
##### Performance
- Bump `astral-tl` to v0.7.10 to enable SIMD for HTML parsing
([#​16887](https://redirect.github.com/astral-sh/uv/pull/16887))
##### Bug fixes
- Allow earlier post releases with exclusive ordering
([#​16881](https://redirect.github.com/astral-sh/uv/pull/16881))
- Prefer updating existing `.zshenv` over creating a new one in `tool
update-shell`
([#​16866](https://redirect.github.com/astral-sh/uv/pull/16866))
- Respect `-e` flags in `uv add`
([#​16882](https://redirect.github.com/astral-sh/uv/pull/16882))
##### Enhancements
- Attach subcommand to User-Agent string
([#​16837](https://redirect.github.com/astral-sh/uv/pull/16837))
- Prefer `UV_WORKING_DIR` over `UV_WORKING_DIRECTORY` for consistency
([#​16884](https://redirect.github.com/astral-sh/uv/pull/16884))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between day 1 and 7 of the month, and
on Sunday and Saturday ( * * 1-7 * 0,6 ) in timezone
America/Mexico_City, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/reservoir-data/tap-socketdev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 48d2a5e commit a37a423
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
0 commit comments