Skip to content

Commit 7468c4c

Browse files
committed
Update Python dependencies
1 parent 929da2b commit 7468c4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ pymysql==0.9.3
4242
pyotp==2.3.0
4343
boto==2.49.0
4444
cffi==1.14.0
45-
tqdm==4.44.1
45+
tqdm==4.45.0
4646
flake8==3.7.9
4747
certifi>=2019.11.28
4848
pdfminer.six==20191110;python_version<"3.5"
49-
pdfminer.six==20200124;python_version>="3.5"
49+
pdfminer.six==20200402;python_version>="3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@
124124
'pyotp==2.3.0',
125125
'boto==2.49.0',
126126
'cffi==1.14.0',
127-
'tqdm==4.44.1',
127+
'tqdm==4.45.0',
128128
'flake8==3.7.9',
129129
'certifi>=2019.11.28',
130130
'pdfminer.six==20191110;python_version<"3.5"',
131-
'pdfminer.six==20200124;python_version>="3.5"',
131+
'pdfminer.six==20200402;python_version>="3.5"',
132132
],
133133
packages=[
134134
'seleniumbase',

0 commit comments

Comments
 (0)