Skip to content

Commit 3f0c780

Browse files
Update dependency astral-sh/uv to v0.9.13 (#113)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.9.12` -> `0.9.13` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/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)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/glotzerlab/parsnip). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93609d3 commit 3f0c780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
2323
with:
24-
version: "0.9.12"
24+
version: "0.9.13"
2525
- name: uv build
2626
run: uv build --verbose -o dist
2727
- name: Store the distribution packages

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install uv
2525
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
2626
with:
27-
version: "0.9.12"
27+
version: "0.9.13"
2828

2929
- name: Install package
3030
run: |

0 commit comments

Comments
 (0)