Skip to content

Commit f432e42

Browse files
committed
Refresh the "pip" dependency
1 parent 3cea5cf commit f432e42

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.0.2
1+
pip>=20.1
22
setuptools>=44.1.0;python_version<"3.5"
33
setuptools>=46.1.3;python_version>="3.5"
44
setuptools-scm>=3.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"Programming Language :: Python :: 3.8",
8282
],
8383
install_requires=[
84-
'pip>=20.0.2',
84+
'pip>=20.1',
8585
'setuptools',
8686
'setuptools-scm',
8787
'wheel',

0 commit comments

Comments
 (0)