Skip to content

Commit 01b6914

Browse files
committed
Update tqdm dependency to >= 4.38.0
1 parent 34b114f commit 01b6914

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
@@ -34,6 +34,6 @@ pymysql>=0.9.3
3434
pyotp>=2.3.0
3535
boto>=2.49.0
3636
cffi>=1.13.2
37-
tqdm>=4.37.0
37+
tqdm>=4.38.0
3838
flake8>=3.7.9
3939
certifi>=2019.9.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
'pyotp>=2.3.0',
118118
'boto>=2.49.0',
119119
'cffi>=1.13.2',
120-
'tqdm>=4.37.0',
120+
'tqdm>=4.38.0',
121121
'flake8>=3.7.9',
122122
'certifi>=2019.9.11',
123123
],

0 commit comments

Comments
 (0)