Skip to content

Commit 665ac44

Browse files
Update dependency uv to v0.8.12
1 parent 0034b2e commit 665ac44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up uv
1818
uses: astral-sh/setup-uv@v6
1919
with:
20-
version: "0.8.10"
20+
version: "0.8.12"
2121

2222
- name: Install MongoDB
2323
run: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up uv
4444
uses: astral-sh/setup-uv@v6
4545
with:
46-
version: "0.8.10"
46+
version: "0.8.12"
4747

4848
- name: Tests with tox
4949
run: uv run tox -e ${{ matrix.toxenv }}
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up uv
5858
uses: astral-sh/setup-uv@v6
5959
with:
60-
version: "0.8.10"
60+
version: "0.8.12"
6161

6262
- name: Install dependencies
6363
run: |

0 commit comments

Comments
 (0)