Skip to content

Commit 9136bbc

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
enable-cache: true
3030
cache-dependency-glob: ''
3131
cache-suffix: '3.13'
32-
version: 0.9.27
32+
version: 0.9.28
3333
- name: Setup Python
3434
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3535
with:

.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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
4646
with:
47-
version: 0.9.27
47+
version: 0.9.28
4848
enable-cache: false
4949
- name: detect method
5050
id: detect

.github/workflows/setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
enable-cache: true
2424
cache-dependency-glob: ''
25-
version: 0.9.27
25+
version: 0.9.28
2626
- name: Install dependencies
2727
run: uv pip install --system -e .[dev]
2828
- name: build sdist
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
5757
with:
58-
version: 0.9.27
58+
version: 0.9.28
5959
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6060
with:
6161
name: dist

.github/workflows/update-generated.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@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
4040
with:
41-
version: 0.9.27
41+
version: 0.9.28
4242
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4343
with:
4444
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)