Skip to content

Commit c16ab0d

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.29 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5adf45d commit c16ab0d

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.9.28
54+
version: 0.9.29
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@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
4848
with:
49-
version: 0.9.28
49+
version: 0.9.29
5050
enable-cache: false
5151
- name: detect method
5252
id: detect

0 commit comments

Comments
 (0)