Skip to content

Commit 2d86ab3

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.0
1 parent 1479bd6 commit 2d86ab3

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.30"
22+
version: "0.10.0"
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.30"
29+
version: "0.10.0"
3030

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

0 commit comments

Comments
 (0)