Skip to content

Commit ab4e6eb

Browse files
committed
Update setuptools and tqdm versions
1 parent b586474 commit ab4e6eb

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>=41.5.1
2+
setuptools>=41.6.0
33
setuptools-scm>=3.3.3
44
wheel>=0.33.6
55
six>=1.12.0
@@ -34,6 +34,6 @@ pymysql>=0.9.3
3434
pyotp>=2.3.0
3535
boto>=2.49.0
3636
cffi>=1.13.1
37-
tqdm>=4.36.1
37+
tqdm>=4.37.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.1',
120-
'tqdm>=4.36.1',
120+
'tqdm>=4.37.0',
121121
'flake8>=3.7.9',
122122
'certifi>=2019.9.11',
123123
],

0 commit comments

Comments
 (0)