Skip to content

Commit b3c001c

Browse files
chore(deps): update dependency astral-sh/uv to v0.11.4 (#3639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44d444e commit b3c001c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2828
with:
2929
cache-suffix: ${{ inputs.cache-suffix }}
30-
version: 0.11.3
30+
version: 0.11.4
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@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2929
with:
3030
cache-suffix: test
31-
version: 0.11.3
31+
version: 0.11.4
3232
- name: Setup Python
3333
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434
with:

.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@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
4040
with:
41-
version: 0.11.3
41+
version: 0.11.4
4242
enable-cache: false
4343
- name: detect method
4444
id: detect

.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.3
35+
version: 0.11.4
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@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
6464
with:
6565
cache-suffix: test
66-
version: 0.11.3
66+
version: 0.11.4
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)