Skip to content

Commit f4254f1

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.7
1 parent 7baafc3 commit f4254f1

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.6"
25+
version: "0.9.7"
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
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
enable-cache: true
3737
python-version: "3.14"
38-
version: "0.9.6"
38+
version: "0.9.7"
3939

4040
- name: Linting
4141
run: uvx ruff check
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
enable-cache: true
6969
python-version: ${{ matrix.python-version }}
70-
version: "0.9.6"
70+
version: "0.9.7"
7171

7272
- name: Run tests
7373
run: uv run pytest

0 commit comments

Comments
 (0)