From 49bc4d12ebf4dcf67fdaa7031ddc64cb478bb25a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:30:44 +0000 Subject: [PATCH] Update dependency astral-sh/uv to v0.11.6 --- .github/actions/python-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/python-setup/action.yml b/.github/actions/python-setup/action.yml index 2a395cd61b..710fe6e636 100644 --- a/.github/actions/python-setup/action.yml +++ b/.github/actions/python-setup/action.yml @@ -13,7 +13,7 @@ runs: - name: Install uv uses: astral-sh/setup-uv@v7 with: - version: "0.11.3" + version: "0.11.6" - name: Cache .venv id: cache-venv