Skip to content

Commit

Permalink
Reverted back PIPENV version
Browse files Browse the repository at this point in the history
  • Loading branch information
randhircs committed Mar 3, 2025
1 parent 306d934 commit 26b1cc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ 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 PYENV_VERSION=v2.5.2

FROM ghcr.io/dependabot/dependabot-updater-core AS python-core
ARG PY_3_13
ARG PY_3_12
ARG PY_3_11
ARG PY_3_10
ARG PY_3_9
ARG PYENV_VERSION
USER root

Expand Down
4 changes: 2 additions & 2 deletions python/helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pip==25.0.1
pip-tools==7.4.1
flake8==7.1.2
flake8==7.1.0
hashin==1.0.3
pipenv==2024.4.1
pipenv==2024.0.2
plette==2.1.0
poetry==2.1.1
# TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10.
Expand Down
1 change: 0 additions & 1 deletion python/lib/dependabot/python/language_version_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class LanguageVersionManager
3.12.9
3.11.11
3.10.16
3.9.21
).freeze

sig { params(python_requirement_parser: T.untyped).void }
Expand Down

0 comments on commit 26b1cc4

Please sign in to comment.