Skip to content

Commit b6c5baf

Browse files
authored
Update dependency astral-sh/uv to v0.9.10 (#1328)
2 parents cfc9ec1 + d2da0f4 commit b6c5baf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v7
3737
with:
38-
version: "0.9.9"
38+
version: "0.9.10"
3939
enable-cache: true
4040
- name: Install Python
4141
uses: actions/setup-python@v6

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install uv
4141
uses: astral-sh/setup-uv@v7
4242
with:
43-
version: "0.9.9"
43+
version: "0.9.10"
4444
enable-cache: true
4545
- name: Install Python
4646
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)