Skip to content

Commit d07b1c4

Browse files
chore(deps): update dependency astral-sh/uv to v0.8.9
1 parent e3c36e3 commit d07b1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: astral-sh/setup-uv@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
version: 0.7.8
27+
version: 0.8.9
2828
enable-cache: true
2929
cache-dependency-glob: "uv.lock"
3030
- name: Install the project

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
enable-cache: true
4242
cache-dependency-glob: "uv.lock"
43-
version: 0.7.8
43+
version: 0.8.9
4444

4545
- name: Change Package Version
4646
run: |

0 commit comments

Comments
 (0)