Skip to content

Commit 4d7945f

Browse files
chore(deps): update dependency astral-sh/uv to v0.11.33
1 parent d85249b commit 4d7945f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v8.2.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
27-
version: 0.11.19
27+
version: 0.11.33
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.11.19
43+
version: 0.11.33
4444

4545
- name: Change Package Version
4646
run: |

0 commit comments

Comments
 (0)