File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ RUN set -eux; \
101101 done
102102
103103# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
104- ENV PYTHON_PIP_VERSION=25.2
104+ ENV PYTHON_PIP_VERSION=25.3
105105# https://github.com/pypa/get-pip
106106ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
107107
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ RUN set -eux; \
135135 done
136136
137137# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
138- ENV PYTHON_PIP_VERSION=25.2
138+ ENV PYTHON_PIP_VERSION=25.3
139139# https://github.com/pypa/get-pip
140140ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
141141
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ RUN set -eux; \
9696 done
9797
9898# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
99- ENV PYTHON_PIP_VERSION=25.2
99+ ENV PYTHON_PIP_VERSION=25.3
100100# https://github.com/pypa/get-pip
101101ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
102102
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ RUN set -eux; \
130130 done
131131
132132# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
133- ENV PYTHON_PIP_VERSION=25.2
133+ ENV PYTHON_PIP_VERSION=25.3
134134# https://github.com/pypa/get-pip
135135ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
136136
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ RUN set -eux; \
9494 done
9595
9696# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
97- ENV PYTHON_PIP_VERSION=25.2
97+ ENV PYTHON_PIP_VERSION=25.3
9898# https://github.com/pypa/get-pip
9999ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
100100
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ RUN set -eux; \
129129 done
130130
131131# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
132- ENV PYTHON_PIP_VERSION=25.2
132+ ENV PYTHON_PIP_VERSION=25.3
133133# https://github.com/pypa/get-pip
134134ENV PYTHON_GET_PIP_URL=https://raw.githubusercontent.com/pypa/get-pip/HEAD/public/get-pip.py
135135
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv pip compile --output-file=pip.txt pip.in
3- pip==25.2
3+ pip==25.3
44 # via -r pip.in
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv pip compile --output-file=pip.txt pip.in
3- pip==25.2
3+ pip==25.3
44 # via -r pip.in
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv pip compile --output-file=pip.txt pip.in
3- pip==25.2
3+ pip==25.3
44 # via -r pip.in
You can’t perform that action at this time.
0 commit comments