From 81b2bc66ede895dc589f045a6c18e44dbb535559 Mon Sep 17 00:00:00 2001 From: Greesb Date: Tue, 17 Sep 2024 12:40:03 +0200 Subject: [PATCH] chore(python): target latest python 3.12.6 version --- python/Dockerfile | 2 +- python/lib/dependabot/python/language_version_manager.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Dockerfile b/python/Dockerfile index 85f5964bcba..4c302872e26 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -1,6 +1,6 @@ # This list must match the versions specified in # python/lib/dependabot/python/language_version_manager.rb: PRE_INSTALLED_PYTHON_VERSIONS -ARG PY_3_12=3.12.5 +ARG PY_3_12=3.12.6 ARG PY_3_11=3.11.9 ARG PY_3_10=3.10.13 ARG PY_3_9=3.9.18 diff --git a/python/lib/dependabot/python/language_version_manager.rb b/python/lib/dependabot/python/language_version_manager.rb index f1a272a7f9f..49ee039baf3 100644 --- a/python/lib/dependabot/python/language_version_manager.rb +++ b/python/lib/dependabot/python/language_version_manager.rb @@ -9,7 +9,7 @@ module Python class LanguageVersionManager # This list must match the versions specified at the top of `python/Dockerfile` PRE_INSTALLED_PYTHON_VERSIONS = %w( - 3.12.5 + 3.12.6 3.11.9 3.10.13 3.9.18