Skip to content

Commit 4c1cf5f

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.9
1 parent c463284 commit 4c1cf5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
enable-cache: true
2424
python-version: "3.13"
25-
version: "0.9.8"
25+
version: "0.9.9"
2626

2727
- name: Build package
2828
run: uv build

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
enable-cache: true
4646
python-version: ${{ matrix.python-version }}
47-
version: "0.9.8"
47+
version: "0.9.9"
4848

4949
- name: Lint code
5050
run: uv run pre-commit run --all-files

0 commit comments

Comments
 (0)