Skip to content

Commit 896883b

Browse files
committed
Update setuptools and tqdm requirements
1 parent a6b4806 commit 896883b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=19.3.1
2-
setuptools>=43.0.0
2+
setuptools>=44.0.0
33
setuptools-scm>=3.3.3
44
wheel>=0.33.6
55
six==1.13.0
@@ -38,7 +38,7 @@ pymysql==0.9.3
3838
pyotp==2.3.0
3939
boto==2.49.0
4040
cffi>=1.13.2
41-
tqdm>=4.41.0
41+
tqdm>=4.41.1
4242
flake8==3.7.9
4343
certifi>=2019.11.28
4444
pdfminer.six==20191110

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
'pyotp==2.3.0',
122122
'boto==2.49.0',
123123
'cffi>=1.13.2',
124-
'tqdm>=4.41.0',
124+
'tqdm>=4.41.1',
125125
'flake8==3.7.9',
126126
'certifi>=2019.11.28',
127127
'pdfminer.six==20191110',

0 commit comments

Comments
 (0)