Skip to content

Commit a2ef574

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

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.11.4
54+
version: 0.11.5
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
@@ -38,7 +38,7 @@ jobs:
3838
python-version: '3.14'
3939
- uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4040
with:
41-
version: 0.11.4
41+
version: 0.11.5
4242
enable-cache: false
4343
- name: detect method
4444
id: detect

0 commit comments

Comments
 (0)