Skip to content

Commit 40dbf3f

Browse files
committed
Update Python dependencies
1 parent 26cf74a commit 40dbf3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.0.2
22
setuptools>=44.0.0;python_version<"3"
3-
setuptools>=45.1.0;python_version>="3"
4-
setuptools-scm>=3.4.3
3+
setuptools>=45.2.0;python_version>="3"
4+
setuptools-scm>=3.5.0
55
wheel>=0.34.2
66
six==1.14.0
77
nose==1.3.7
@@ -38,7 +38,7 @@ coverage>=5.0.3
3838
pymysql==0.9.3
3939
pyotp==2.3.0
4040
boto==2.49.0
41-
cffi>=1.13.2
41+
cffi>=1.14.0
4242
tqdm>=4.42.1
4343
flake8==3.7.9
4444
certifi>=2019.11.28

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
'pymysql==0.9.3',
121121
'pyotp==2.3.0',
122122
'boto==2.49.0',
123-
'cffi>=1.13.2',
123+
'cffi>=1.14.0',
124124
'tqdm>=4.42.1',
125125
'flake8==3.7.9',
126126
'certifi>=2019.11.28',

0 commit comments

Comments
 (0)