Skip to content

Commit a138b76

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
4040
with:
41-
version: 0.10.12
41+
version: 0.11.0
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
@@ -23,7 +23,7 @@ jobs:
2323
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
2424
with:
2525
enable-cache: false
26-
version: 0.10.12
26+
version: 0.11.0
2727
- name: build sdist
2828
run: uv build
2929
- name: twine

0 commit comments

Comments
 (0)