Skip to content

Commit 6b250df

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.11 (#18492)
* chore(deps): update dependency astral-sh/uv to v0.10.11 * chore(deps): update lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76cc118 commit 6b250df

File tree

16 files changed

+23
-23
lines changed

16 files changed

+23
-23
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
save-cache: ${{ github.ref == 'refs/heads/main' }}
6565
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
66-
version: 0.10.10
66+
version: 0.10.11
6767
- name: Install apt dependencies
6868
run: sudo ./ci/apt-install
6969
- name: Used versions

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
5454
with:
5555
enable-cache: false
56-
version: 0.10.10
56+
version: 0.10.11
5757
- name: Install apt dependencies
5858
run: sudo ./ci/apt-install
5959
- name: Install Python dependencies
@@ -82,7 +82,7 @@ jobs:
8282
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
8383
with:
8484
enable-cache: false
85-
version: 0.10.10
85+
version: 0.10.11
8686
- name: Set up Python
8787
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8888
with:
@@ -109,7 +109,7 @@ jobs:
109109
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
110110
with:
111111
enable-cache: false
112-
version: 0.10.10
112+
version: 0.10.11
113113
- name: Set up Python
114114
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115115
with:

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3636
with:
3737
enable-cache: false
38-
version: 0.10.10
38+
version: 0.10.11
3939
- name: Install apt dependencies
4040
run: |
4141
sudo apt update

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Do not share cache with tests as this uses python 3.11 for older versions
5757
cache-suffix: multi
5858
save-cache: ${{ github.ref == 'refs/heads/main' }}
59-
version: 0.10.10
59+
version: 0.10.11
6060
- name: Set up Python
6161
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6262
with:

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
save-cache: ${{ github.ref == 'refs/heads/main' }}
5353
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
5454

55-
version: 0.10.10
55+
version: 0.10.11
5656
- name: Install deps
5757
run: uv sync --no-binary-package lxml --no-binary-package xmlsec --all-extras --group types
5858
- name: Run mypy

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.14'
3838
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3939
with:
40-
version: 0.10.10
40+
version: 0.10.11
4141
enable-cache: false
4242
- name: detect method
4343
id: detect

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
save-cache: ${{ github.ref == 'refs/heads/main' }}
3535
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
36-
version: 0.10.10
36+
version: 0.10.11
3737
- name: Install deps
3838
run: uv sync --no-binary-package lxml --no-binary-package xmlsec --all-extras --group pylint
3939
- name: Run pylint

.github/workflows/rundev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3535
with:
3636
enable-cache: false
37-
version: 0.10.10
37+
version: 0.10.11
3838
- run: ./rundev.sh build
3939
- run: ./rundev.sh start
4040
- run: ./rundev.sh wait

.github/workflows/schema-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3939
with:
4040
enable-cache: false
41-
version: 0.10.10
41+
version: 0.10.11
4242
- name: Set up Python
4343
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444
with:

.github/workflows/setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
3636
with:
3737
enable-cache: false
38-
version: 0.10.10
38+
version: 0.10.11
3939
- name: Setup Python
4040
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4141
with:
@@ -87,7 +87,7 @@ jobs:
8787
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
8888
with:
8989
enable-cache: false
90-
version: 0.10.10
90+
version: 0.10.11
9191
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9292
with:
9393
name: dist
@@ -125,7 +125,7 @@ jobs:
125125
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
126126
with:
127127
enable-cache: false
128-
version: 0.10.10
128+
version: 0.10.11
129129
- name: Set up Python
130130
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
131131
with:
@@ -173,7 +173,7 @@ jobs:
173173
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
174174
with:
175175
enable-cache: false
176-
version: 0.10.10
176+
version: 0.10.11
177177
- run: uv publish --trusted-publishing always
178178

179179
publish_github:

0 commit comments

Comments
 (0)