From d49829a471c5eabebed2fdc1370f4fe1c3a19eb3 Mon Sep 17 00:00:00 2001 From: "renovate-vince-riv[bot]" <227500739+renovate-vince-riv[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:39:06 +0000 Subject: [PATCH] chore(deps): update python to 3.14.3 --- .github/workflows/chart-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-test.yml b/.github/workflows/chart-test.yml index 3f3dc65..a580e93 100644 --- a/.github/workflows/chart-test.yml +++ b/.github/workflows/chart-test.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: - python-version: 3.12 # pin to 3.12 until chart-testing supports 3.14 + python-version: 3.14 # pin to 3.12 until chart-testing supports 3.14 check-latest: true - name: Set up chart-testing