Skip to content

Commit 3ded448

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.30
1 parent 8b5a78e commit 3ded448

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.29"
22+
version: "0.9.30"
2323

2424
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
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.29"
29+
version: "0.9.30"
3030

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

0 commit comments

Comments
 (0)