From 838838cd47a66d2ac4af2392dc518b1d5195efe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:08:19 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/actions/generate-catalogs/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/generate-catalogs/action.yml b/.github/actions/generate-catalogs/action.yml index 57ace6db..2401fce5 100644 --- a/.github/actions/generate-catalogs/action.yml +++ b/.github/actions/generate-catalogs/action.yml @@ -26,7 +26,7 @@ runs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6 with: - python-version: 3.13 + python-version: 3.14 - name: Install Python dependencies shell: bash