From da29e82fbdae5511632c1ff706c60825bc76fe35 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:15:36 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 | datasource | package | from | to | | --------------- | ----------------------- | ------- | ------ | | github-releases | actions/python-versions | 3.10.18 | 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 074a08e..13ef5c4 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@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.10" + python-version: "3.14" - name: Install uv run: |