From 4cb62e80b593590708f13eeceb2f6672752c985f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 00:07:56 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.14.6 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 445caea..eacbfc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.14.5' + python-version: '3.14.6' - name: Install uv uses: astral-sh/setup-uv@v7