Skip to content

Commit 25c560c

Browse files
committed
Update tqdm to >= 4.41.0
1 parent 9d16f97 commit 25c560c

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
@@ -37,7 +37,7 @@ pymysql==0.9.3
3737
pyotp==2.3.0
3838
boto==2.49.0
3939
cffi>=1.13.2
40-
tqdm>=4.40.2
40+
tqdm>=4.41.0
4141
flake8==3.7.9
4242
certifi>=2019.11.28
4343
pdfminer.six==20191110

setup.py

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

0 commit comments

Comments
 (0)