From 44a67b2ee29f8f0da5ac51c11c0b9ee15a3da403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:25:37 +0000 Subject: [PATCH] Update dependency python/cpython to v3.13.0 --- .../install-integration-tests-operators-installer.yaml | 2 +- .github/workflows/install-unit-test.yaml | 2 +- .github/workflows/lint-test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install-integration-tests-operators-installer.yaml b/.github/workflows/install-integration-tests-operators-installer.yaml index 232355de..d653cc5a 100644 --- a/.github/workflows/install-integration-tests-operators-installer.yaml +++ b/.github/workflows/install-integration-tests-operators-installer.yaml @@ -26,7 +26,7 @@ jobs: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.13.0 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.25.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager diff --git a/.github/workflows/install-unit-test.yaml b/.github/workflows/install-unit-test.yaml index fb37d747..59ed6cc7 100644 --- a/.github/workflows/install-unit-test.yaml +++ b/.github/workflows/install-unit-test.yaml @@ -21,7 +21,7 @@ jobs: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.13.0 # renovate: datasource=github-releases depName=kubernetes-sigs/kind KIND_VERSION: v0.25.0 # renovate: datasource=github-releases depName=operator-framework/operator-lifecycle-manager diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 8a8a7d26..a775bf9b 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -20,7 +20,7 @@ jobs: # renovate: datasource=github-releases depName=helm/helm HELM_VERSION: v3.16.3 # renovate: datasource=github-tags depName=python/cpython - PYTHON_VERSION: v3.12.4 + PYTHON_VERSION: v3.13.0 # renovate: datasource=pypi depName=pybump PYBUMP_VERSION: 1.12.6 runs-on: ubuntu-latest