Skip to content

Commit 99cdbf7

Browse files
chore(deps): update dependency uv to v0.9.13 (#294)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-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.9.11` -> `0.9.13` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uv/0.9.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uv/0.9.11/0.9.13?slim=true) | --- ### Release Notes <details> <summary>astral-sh/uv (uv)</summary> ### [`v0.9.13`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0913) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.12...0.9.13) Released on 2025-11-26. ##### Bug fixes - Revert "Allow `--with-requirements` to load extensionless inline-metadata scripts" to fix reading of requirements files from streams ([#&#8203;16861](https://redirect.github.com/astral-sh/uv/pull/16861)) - Validate URL wheel tags against `Requires-Python` and required environments ([#&#8203;16824](https://redirect.github.com/astral-sh/uv/pull/16824)) ##### Documentation - Drop unpublished crates from the uv crates.io README ([#&#8203;16847](https://redirect.github.com/astral-sh/uv/pull/16847)) - Fix the links to uv in crates.io member READMEs ([#&#8203;16848](https://redirect.github.com/astral-sh/uv/pull/16848)) ### [`v0.9.12`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0912) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.11...0.9.12) Released on 2025-11-24. ##### Enhancements - Allow `--with-requirements` to load extensionless inline-metadata scripts ([#&#8203;16744](https://redirect.github.com/astral-sh/uv/pull/16744)) - Collect and upload PEP 740 attestations during `uv publish` ([#&#8203;16731](https://redirect.github.com/astral-sh/uv/pull/16731)) - Prevent `uv export` from overwriting `pyproject.toml` ([#&#8203;16745](https://redirect.github.com/astral-sh/uv/pull/16745)) ##### Documentation - Add a crates.io README for uv ([#&#8203;16809](https://redirect.github.com/astral-sh/uv/pull/16809)) - Add documentation for intermediate Docker layers in a workspace ([#&#8203;16787](https://redirect.github.com/astral-sh/uv/pull/16787)) - Enumerate workspace members in the uv crate README ([#&#8203;16811](https://redirect.github.com/astral-sh/uv/pull/16811)) - Fix documentation links for crates ([#&#8203;16801](https://redirect.github.com/astral-sh/uv/pull/16801)) - Generate a crates.io README for uv workspace members ([#&#8203;16812](https://redirect.github.com/astral-sh/uv/pull/16812)) - Move the "Export" guide to the projects concept section ([#&#8203;16835](https://redirect.github.com/astral-sh/uv/pull/16835)) - Update the cargo install recommendation to use crates ([#&#8203;16800](https://redirect.github.com/astral-sh/uv/pull/16800)) - Use the word "internal" in crate descriptions ([#&#8203;16810](https://redirect.github.com/astral-sh/uv/pull/16810)) </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 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/reservoir-data/tap-socketdev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7c64b1 commit 99cdbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
# renovate: datasource=pypi depName=nox
3434
NOX_VERSION: 2025.11.12
3535
# renovate: datasource=pypi depName=uv
36-
UV_VERSION: 0.9.11
36+
UV_VERSION: 0.9.13
3737

3838
jobs:
3939
test:

0 commit comments

Comments
 (0)