Skip to content

Commit 5843ef2

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.9 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d492dd3 commit 5843ef2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
save-cache: ${{ github.ref == 'refs/heads/main' }}
5353
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
54-
version: 0.10.8
54+
version: 0.10.9
5555
activate-environment: 'true'
5656
- run: uv sync
5757
- name: Run tests

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: '3.14'
4747
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
4848
with:
49-
version: 0.10.8
49+
version: 0.10.9
5050
enable-cache: false
5151
- name: detect method
5252
id: detect

0 commit comments

Comments
 (0)