Skip to content

Commit 109a3e9

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.1
1 parent 9435b15 commit 109a3e9

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@v7
1919
with:
20-
version: "0.10.0"
20+
version: "0.10.1"
2121

2222
- name: Install MongoDB
2323
run: |
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up uv
4444
uses: astral-sh/setup-uv@v7
4545
with:
46-
version: "0.10.0"
46+
version: "0.10.1"
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@v7
5959
with:
60-
version: "0.10.0"
60+
version: "0.10.1"
6161

6262
- name: Install dependencies
6363
run: |

0 commit comments

Comments
 (0)