Skip to content

Commit 4d4e983

Browse files
committed
Update Python dependencies: "wheel" and "tqdm"
1 parent f27a843 commit 4d4e983

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
@@ -2,7 +2,7 @@ pip>=20.0.2
22
setuptools>=44.0.0;python_version<"3"
33
setuptools>=45.1.0;python_version>="3"
44
setuptools-scm>=3.4.3
5-
wheel>=0.33.6
5+
wheel>=0.34.1
66
six==1.14.0
77
nose==1.3.7
88
ipdb==0.12.3
@@ -39,7 +39,7 @@ pymysql==0.9.3
3939
pyotp==2.3.0
4040
boto==2.49.0
4141
cffi>=1.13.2
42-
tqdm>=4.41.1
42+
tqdm>=4.42.0
4343
flake8==3.7.9
4444
certifi>=2019.11.28
4545
pdfminer.six==20191110;python_version<"3.5"

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.1',
124+
'tqdm>=4.42.0',
125125
'flake8==3.7.9',
126126
'certifi>=2019.11.28',
127127
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)