File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ pymysql==0.9.3
42
42
pyotp == 2.3.0
43
43
boto == 2.49.0
44
44
cffi == 1.14.0
45
- tqdm == 4.44.1
45
+ tqdm == 4.45.0
46
46
flake8 == 3.7.9
47
47
certifi >= 2019.11.28
48
48
pdfminer.six == 20191110 ;python_version < "3.5"
49
- pdfminer.six == 20200124 ;python_version >= "3.5"
49
+ pdfminer.six == 20200402 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 124
124
'pyotp==2.3.0' ,
125
125
'boto==2.49.0' ,
126
126
'cffi==1.14.0' ,
127
- 'tqdm==4.44.1 ' ,
127
+ 'tqdm==4.45.0 ' ,
128
128
'flake8==3.7.9' ,
129
129
'certifi>=2019.11.28' ,
130
130
'pdfminer.six==20191110;python_version<"3.5"' ,
131
- 'pdfminer.six==20200124 ;python_version>="3.5"' ,
131
+ 'pdfminer.six==20200402 ;python_version>="3.5"' ,
132
132
],
133
133
packages = [
134
134
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments