Skip to content

Commit e1d2931

Browse files
committed
Update Python dependencies
1 parent 3baf9fe commit e1d2931

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pip>=20.2.2
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=49.3.2;python_version>="3.5"
4+
setuptools>=49.6.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
6-
wheel>=0.34.2
6+
wheel>=0.35.0
77
six==1.15.0
88
nose==1.3.7
99
ipdb==0.13.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
'pip>=20.2.2',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=49.3.2;python_version>="3.5"',
96+
'setuptools>=49.6.0;python_version>="3.5"',
9797
'setuptools-scm',
98-
'wheel',
98+
'wheel>=0.35.0',
9999
'six',
100100
'nose',
101101
'ipdb',

0 commit comments

Comments
 (0)