Skip to content

Commit

Permalink
feat: update toolset (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
coatl-bot authored Jan 28, 2025
1 parent f717f1d commit 6681490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ RUN set -eux; \
;

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON312_PIP_VERSION=24.3.1
ENV PYTHON312_PIP_VERSION=25.0
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py

Expand Down Expand Up @@ -344,7 +344,7 @@ RUN set -eux; \
;

# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
ENV PYTHON_PIP_VERSION=24.3.1
ENV PYTHON_PIP_VERSION=25.0
# https://github.com/pypa/get-pip
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py

Expand Down
2 changes: 1 addition & 1 deletion requirements/3.12/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via -r requirements/3.12/pip.in
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
pip==25.0
# via -r requirements/pip.in

0 comments on commit 6681490

Please sign in to comment.