Skip to content

Commit 4cc452f

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
save-cache: ${{ github.ref == 'refs/heads/main' }}
3838
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
3939

40-
version: 0.11.7
40+
version: 0.11.8
4141
- name: Install deps
4242
env:
4343
CI_DATABASE: postgresql

.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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4040
with:
41-
version: 0.11.7
41+
version: 0.11.8
4242
enable-cache: false
4343
- name: detect method
4444
id: detect

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: '3.14'
2525
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626
with:
27-
version: 0.11.7
27+
version: 0.11.8
2828
- name: build
2929
run: uv build
3030
- name: twine

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4949
with:
5050
cache-suffix: test-${{ matrix.python-version }}
51-
version: 0.11.7
51+
version: 0.11.8
5252
- name: Install pip dependencies
5353
run: |
5454
uv sync --dev

0 commit comments

Comments
 (0)