Skip to content

Commit ed720b3

Browse files
committed
Upgrade to "pip>=20.3.1"
1 parent 0f73528 commit ed720b3

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.3
1+
pip>=20.3.1
22
packaging>=20.7
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.2;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
],
103103
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
104104
install_requires=[
105-
'pip>=20.3',
105+
'pip>=20.3.1',
106106
'packaging>=20.7',
107107
'setuptools>=44.1.1;python_version<"3.5"',
108108
'setuptools>=50.3.2;python_version>="3.5"',

0 commit comments

Comments
 (0)