From 4cf0a5ad030a86ea39ee1300e560b9cd4db5c650 Mon Sep 17 00:00:00 2001 From: RachelBorzi <151432368+RachelBorzi@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:23:55 +0300 Subject: [PATCH] feat(arm): AppServicePythonVersion - 82 check the 'python version' is the latest, if used to run the web app (#6282) * check the python version when run the web app * check the python version when run the web app update version to 3.10 * change the python_version between 3.9 - 3.12 * change the python_version between 3.9 - 3.12 --------- Co-authored-by: Rachel --- checkov/version.py | 2 +- kubernetes/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkov/version.py b/checkov/version.py index 6c230a68e44..5baa765eacb 100644 --- a/checkov/version.py +++ b/checkov/version.py @@ -1 +1 @@ -version = '3.2.121' +version = '3.2.122' diff --git a/kubernetes/requirements.txt b/kubernetes/requirements.txt index 5c5e57d7d9d..9a85021330c 100644 --- a/kubernetes/requirements.txt +++ b/kubernetes/requirements.txt @@ -1 +1 @@ -checkov==3.2.121 +checkov==3.2.122