Skip to content

Commit fc0a183

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.11
1 parent c80bee1 commit fc0a183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
enable-cache: true
2121
python-version: "3.14"
22-
version: "0.9.10"
22+
version: "0.9.11"
2323

2424
- uses: actions/setup-node@v6
2525
with:

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
enable-cache: true
2828
python-version: ${{ matrix.python-version }}
29-
version: "0.9.10"
29+
version: "0.9.11"
3030

3131
- name: Run linting
3232
run: uv run ruff check

0 commit comments

Comments
 (0)