Skip to content

Commit 56b5224

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.8
1 parent 7a78c6a commit 56b5224

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.14"
25-
version: "0.9.7"
25+
version: "0.9.8"
2626

2727
- name: Build package
2828
run: uv build

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
enable-cache: true
2727
python-version: "3.14"
28-
version: "0.9.7"
28+
version: "0.9.8"
2929

3030
- name: Linting
3131
run: uvx pre-commit run --all-files
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
enable-cache: true
5656
python-version: ${{ matrix.python-version }}
57-
version: "0.9.7"
57+
version: "0.9.8"
5858

5959
- name: Run pytest
6060
run: uv run --with pytest-github-actions-annotate-failures pytest -p no:sugar --quiet tests/

0 commit comments

Comments
 (0)