From 2dff01820dde18c318453c8c079d18519c9b3445 Mon Sep 17 00:00:00 2001 From: Dmitrii Korzhimanov Date: Tue, 22 Oct 2024 10:12:41 +0200 Subject: [PATCH] Support Python 3.12.7 --- 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..33fd1d40287 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.7 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..98b762a47e8 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.7 3.11.9 3.10.13 3.9.18