Skip to content

Commit b5a208a

Browse files
[SECURITY] Version Bump for pip
* resolves [GHSA-4xh5-x5gv-qwph](https://osv.dev/vulnerability/GHSA-4xh5-x5gv-qwph) Changes in file Makefile: * version bump for pip Changes in file docs/requirements.txt: * version bump for pip Changes in file requirements.txt: * version bump for pip Changes in file tests/requirements.txt: * version bump for pip
1 parent 828e61c commit b5a208a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ branding::
217217
$(QUIET)$(ECHO) ""
218218

219219
init: branding
220-
$(QUIET)$(PYTHON) -m pip $(PIP_PREFIX_FLAGS) install $(PIP_COMMON_FLAGS) $(PIP_ENV_FLAGS) "pip>=25.1.1" "setuptools>=80.9" "wheel>=0.45" "build>=1.2.1" || DO_FAIL="exit 69" ; # 69: [pip] Service unavailable - does not exist.
220+
$(QUIET)$(PYTHON) -m pip $(PIP_PREFIX_FLAGS) install $(PIP_COMMON_FLAGS) $(PIP_ENV_FLAGS) "pip>=25.2" "setuptools>=80.9" "wheel>=0.45" "build>=1.2.1" || DO_FAIL="exit 69" ; # 69: [pip] Service unavailable - does not exist.
221221
$(QUIET)$(DO_FAIL) 2>$(ERROR_LOG_PATH) >>/dev/null ;
222222
$(QUIET)$(PYTHON) -m pip $(PIP_PREFIX_FLAGS) install $(PIP_COMMON_FLAGS) $(PIP_ENV_FLAGS) -r requirements.txt 2>$(ERROR_LOG_PATH) || DO_FAIL="exit 69" ; # 69: [pip] Service unavailable - does not exist.
223223
$(QUIET)$(DO_FAIL) 2>$(ERROR_LOG_PATH) >>/dev/null ;

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ setuptools>=80.9
3737
# wheel - MIT license
3838
wheel>=0.45
3939
# pip - MIT license
40-
pip>=25.1.1
40+
pip>=25.2
4141
# build - MIT license
4242
build>=1.2.1, !=1.2.2.post1
4343
# sphinx - BSD license

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setuptools>=80.9
2727
# virtualenv - MIT license
2828
# virtualenv>=20.26.6
2929
# pip - MIT license
30-
pip>=25.1.1
30+
pip>=25.2
3131
# build - MIT license
3232
build>=1.2.1, !=1.2.2.post1
3333
# multicast - MIT license (MITNFA)

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ coverage>=7.2
9393
# wheel - MIT license
9494
wheel>=0.45
9595
# pip - MIT license
96-
pip>=25.1.1
96+
pip>=25.2
9797
# build - MIT license
9898
build>=1.2.1, !=1.2.2.post1

0 commit comments

Comments
 (0)