From 074edf8f197ca52cc86259ca343d59fd1cd14215 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:30:05 +0000 Subject: [PATCH] Update dependency astral-sh/uv to v0.10.10 --- .github/workflows/ci.yaml | 28 ++++++++++---------- .github/workflows/daily_fuzz.yaml | 2 +- .github/workflows/mypy_primer.yaml | 4 +-- .github/workflows/publish-pypi.yml | 2 +- .github/workflows/sync_typeshed.yaml | 6 ++--- .github/workflows/ty-ecosystem-analyzer.yaml | 2 +- .github/workflows/ty-ecosystem-report.yaml | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 548d5713f2d45..e6b86d93ef81a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -291,7 +291,7 @@ jobs: - name: "Install uv" uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" enable-cache: "true" - name: ty mdtests (GitHub annotations) if: ${{ needs.determine_changes.outputs.ty == 'true' }} @@ -350,7 +350,7 @@ jobs: - name: "Install uv" uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" enable-cache: "true" - name: "Run tests" run: cargo nextest run --cargo-profile profiling --all-features @@ -384,7 +384,7 @@ jobs: - name: "Install uv" uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" enable-cache: "true" - name: "Run tests" run: | @@ -491,7 +491,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: shared-key: ruff-linux-debug @@ -528,7 +528,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: "Install Rust toolchain" run: rustup component add rustfmt # Run all code generation scripts, and verify that the current output is @@ -572,7 +572,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} activate-environment: true - version: "0.10.9" + version: "0.10.10" - name: "Install Rust toolchain" run: rustup show @@ -684,7 +684,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: save-if: ${{ github.ref == 'refs/heads/main' }} @@ -745,7 +745,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: save-if: ${{ github.ref == 'refs/heads/main' }} @@ -798,7 +798,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 24 @@ -836,7 +836,7 @@ jobs: with: python-version: 3.13 activate-environment: true - version: "0.10.9" + version: "0.10.10" - name: "Install dependencies" run: uv pip install -r docs/requirements.txt - name: "Update README File" @@ -987,7 +987,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: "Install Rust toolchain" run: rustup show @@ -1068,7 +1068,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: "Install codspeed" uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25 @@ -1119,7 +1119,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: "Install Rust toolchain" run: rustup show @@ -1163,7 +1163,7 @@ jobs: - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: "Install codspeed" uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25 diff --git a/.github/workflows/daily_fuzz.yaml b/.github/workflows/daily_fuzz.yaml index 685e387498934..22d28614aada2 100644 --- a/.github/workflows/daily_fuzz.yaml +++ b/.github/workflows/daily_fuzz.yaml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: "Install Rust toolchain" run: rustup show - name: "Install mold" diff --git a/.github/workflows/mypy_primer.yaml b/.github/workflows/mypy_primer.yaml index c08716943130e..b08cb724ed688 100644 --- a/.github/workflows/mypy_primer.yaml +++ b/.github/workflows/mypy_primer.yaml @@ -54,7 +54,7 @@ jobs: - name: Install the latest version of uv uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: @@ -99,7 +99,7 @@ jobs: - name: Install the latest version of uv uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 3affdfd900164..18e70125b2e51 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -24,7 +24,7 @@ jobs: - name: "Install uv" uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: pattern: wheels-* diff --git a/.github/workflows/sync_typeshed.yaml b/.github/workflows/sync_typeshed.yaml index c0b2b74f6e2dc..fcffe673bd5df 100644 --- a/.github/workflows/sync_typeshed.yaml +++ b/.github/workflows/sync_typeshed.yaml @@ -78,7 +78,7 @@ jobs: git config --global user.email '<>' - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: Sync typeshed stubs run: | rm -rf "ruff/${VENDORED_TYPESHED}" @@ -134,7 +134,7 @@ jobs: ref: ${{ env.UPSTREAM_BRANCH}} - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: Setup git run: | git config --global user.name typeshedbot @@ -175,7 +175,7 @@ jobs: ref: ${{ env.UPSTREAM_BRANCH}} - uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: - version: "0.10.9" + version: "0.10.10" - name: Setup git run: | git config --global user.name typeshedbot diff --git a/.github/workflows/ty-ecosystem-analyzer.yaml b/.github/workflows/ty-ecosystem-analyzer.yaml index c7e228fb7b8bc..3b0798bc5e652 100644 --- a/.github/workflows/ty-ecosystem-analyzer.yaml +++ b/.github/workflows/ty-ecosystem-analyzer.yaml @@ -41,7 +41,7 @@ jobs: uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: enable-cache: true - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: diff --git a/.github/workflows/ty-ecosystem-report.yaml b/.github/workflows/ty-ecosystem-report.yaml index 9b0d8242e01fa..71b1755e9019a 100644 --- a/.github/workflows/ty-ecosystem-report.yaml +++ b/.github/workflows/ty-ecosystem-report.yaml @@ -35,7 +35,7 @@ jobs: uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0 with: enable-cache: true - version: "0.10.9" + version: "0.10.10" - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: