File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN set -eux; \
102
102
done
103
103
104
104
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
105
- ENV PYTHON_PIP_VERSION=24.3.1
105
+ ENV PYTHON_PIP_VERSION=25.0
106
106
# https://github.com/pypa/get-pip
107
107
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
108
108
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ RUN set -eux; \
136
136
done
137
137
138
138
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
139
- ENV PYTHON_PIP_VERSION=24.3.1
139
+ ENV PYTHON_PIP_VERSION=25.0
140
140
# https://github.com/pypa/get-pip
141
141
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
142
142
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN set -eux; \
97
97
done
98
98
99
99
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
100
- ENV PYTHON_PIP_VERSION=24.3.1
100
+ ENV PYTHON_PIP_VERSION=25.0
101
101
# https://github.com/pypa/get-pip
102
102
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
103
103
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ RUN set -eux; \
131
131
done
132
132
133
133
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
134
- ENV PYTHON_PIP_VERSION=24.3.1
134
+ ENV PYTHON_PIP_VERSION=25.0
135
135
# https://github.com/pypa/get-pip
136
136
ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
137
137
Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
# The following packages are considered to be unsafe in a requirements file:
9
- pip==24.3.1
9
+ pip==25.0
10
10
# via -r pip.in
Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
# The following packages are considered to be unsafe in a requirements file:
9
- pip==24.3.1
9
+ pip==25.0
10
10
# via -r pip.in
You can’t perform that action at this time.
0 commit comments