Skip to content

Commit 59a4815

Browse files
committed
Update the "pip" requirement
1 parent ef38dcb commit 59a4815

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=20.2.2
1+
pip>=20.2.3
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.0;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"Topic :: Utilities",
9191
],
9292
install_requires=[
93-
'pip>=20.2.2',
93+
'pip>=20.2.3',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
9696
'setuptools>=50.3.0;python_version>="3.5"',

0 commit comments

Comments
 (0)