Skip to content

Commit 1dabd75

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/mypy.yml

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

39-
version: 0.9.16
39+
version: 0.9.17
4040
- name: Install deps
4141
env:
4242
CI_DATABASE: postgresql

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version: '3.14'
4545
- uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
4646
with:
47-
version: 0.9.16
47+
version: 0.9.17
4848
enable-cache: false
4949
- name: detect method
5050
id: detect

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: '3.14'
2323
- uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
2424
with:
25-
version: 0.9.16
25+
version: 0.9.17
2626
- name: build
2727
run: uv build
2828
- name: twine

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
4747
with:
4848
cache-suffix: test-${{ matrix.python-version }}
49-
version: 0.9.16
49+
version: 0.9.17
5050
- name: Install pip dependencies
5151
run: |
5252
uv sync --dev

0 commit comments

Comments
 (0)