Skip to content

Commit

Permalink
Update Python and pyenv versions (#11530)
Browse files Browse the repository at this point in the history
Co-authored-by: kbukum1 <kbukum1@github.com>
  • Loading branch information
ulgens and kbukum1 authored Feb 13, 2025
1 parent af9b86e commit 5fb726b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This list must match the versions specified in
# python/lib/dependabot/python/language_version_manager.rb: PRE_INSTALLED_PYTHON_VERSIONS
ARG PY_3_13=3.13.1
ARG PY_3_12=3.12.7
ARG PY_3_11=3.11.9
ARG PY_3_10=3.10.15
ARG PY_3_9=3.9.18
ARG PY_3_13=3.13.2
ARG PY_3_12=3.12.9
ARG PY_3_11=3.11.11
ARG PY_3_10=3.10.16
ARG PY_3_9=3.9.21
ARG PY_3_8=3.8.20
ARG PYENV_VERSION=v2.4.22
ARG PYENV_VERSION=v2.5.2

FROM ghcr.io/dependabot/dependabot-updater-core AS python-core
ARG PY_3_13
Expand Down
10 changes: 5 additions & 5 deletions python/lib/dependabot/python/language_version_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class LanguageVersionManager
extend T::Sig
# This list must match the versions specified at the top of `python/Dockerfile`
PRE_INSTALLED_PYTHON_VERSIONS = %w(
3.13.1
3.12.7
3.11.9
3.10.15
3.9.18
3.13.2
3.12.9
3.11.11
3.10.16
3.9.21
3.8.20
).freeze

Expand Down

0 comments on commit 5fb726b

Please sign in to comment.