Skip to content

Commit 509050b

Browse files
authored
feat: update toolset (#167)
1 parent cd74ae2 commit 509050b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ RUN set -eux; \
254254
;
255255

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

@@ -344,7 +344,7 @@ RUN set -eux; \
344344
;
345345

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

requirements/3.12/pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77

88
# The following packages are considered to be unsafe in a requirements file:
9-
pip==25.0
9+
pip==25.0.1
1010
# via -r requirements/3.12/pip.in

requirements/pip.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
#
77

88
# The following packages are considered to be unsafe in a requirements file:
9-
pip==25.0
9+
pip==25.0.1
1010
# via -r requirements/pip.in

0 commit comments

Comments
 (0)