Skip to content

Commit c638b41

Browse files
chore(deps): update dependency astral-sh/uv to v0.11.21
1 parent 0f6de3a commit c638b41

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/pre-commit-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ runs:
2222
python-version: '3.14'
2323
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2424
with:
25-
version: 0.11.19
25+
version: 0.11.21

.github/actions/setup-weblate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2828
with:
2929
cache-suffix: ${{ inputs.cache-suffix }}
30-
version: 0.11.19
30+
version: 0.11.21
3131

3232
- name: Install pip dependencies
3333
shell: bash

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2929
with:
3030
cache-suffix: test
31-
version: 0.11.19
31+
version: 0.11.21
3232
- name: Setup Python
3333
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434
with:

.github/workflows/pylint.yml

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
6464
with:
6565
cache-suffix: test
66-
version: 0.11.19
66+
version: 0.11.21
6767
- name: Install pip dependencies
6868
run: uv pip install --system -r requirements-dev.txt
6969
- name: Compile MO files

0 commit comments

Comments
 (0)