From 81f061f90a1c9e1380166029e71cd62d36267894 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:06:04 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 | datasource | package | from | to | | --------------- | ----------------------- | ------ | ------ | | github-releases | actions/python-versions | 3.13.8 | 3.14.0 | --- .github/workflows/rigging_pr_description.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rigging_pr_description.yaml b/.github/workflows/rigging_pr_description.yaml index 51b6ce3..26dba05 100644 --- a/.github/workflows/rigging_pr_description.yaml +++ b/.github/workflows/rigging_pr_description.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: - python-version: "3.13" + python-version: "3.14" - name: Install uv run: |