From 9ee71b48898eef7ff0cf65378edeebe4b377ca7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:12:31 +0200 Subject: [PATCH] chore(deps): update dependency python to 3.14 (#336) --- .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