Skip to content

Commit 725fccf

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

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.28
39+
version: 0.9.29
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
@@ -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

.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@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
2424
with:
25-
version: 0.9.28
25+
version: 0.9.29
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@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
4747
with:
4848
cache-suffix: test-${{ matrix.python-version }}
49-
version: 0.9.28
49+
version: 0.9.29
5050
- name: Install pip dependencies
5151
run: |
5252
uv sync --dev

0 commit comments

Comments
 (0)