Skip to content

Commit 0e714cb

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.21 (#3296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8adc7e commit 0e714cb

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
@@ -27,7 +27,7 @@ jobs:
2727
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
2828
with:
2929
cache-suffix: test
30-
version: 0.9.20
30+
version: 0.9.21
3131
- name: Setup Python
3232
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3333
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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4646
with:
47-
version: 0.9.20
47+
version: 0.9.21
4848
enable-cache: false
4949
- name: detect method
5050
id: detect

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
save-cache: ${{ github.ref == 'refs/heads/main' }}
3333
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
34-
version: 0.9.20
34+
version: 0.9.21
3535
- name: Install pip dependencies
3636
run: uv pip install --system -r requirements-dev.txt
3737
- name: Run pylint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
5555
with:
5656
cache-suffix: test
57-
version: 0.9.20
57+
version: 0.9.21
5858
- name: Install pip dependencies
5959
run: uv pip install --system -r requirements-dev.txt
6060
- name: Compile MO files

0 commit comments

Comments
 (0)