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 @@ -27,7 +27,7 @@ pytest-xdist==1.31.0
27
27
parameterized == 0.7.1
28
28
soupsieve == 1.9.5 ;python_version < "3.5"
29
29
soupsieve == 2.0 ;python_version >= "3.5"
30
- beautifulsoup4 == 4.8.2
30
+ beautifulsoup4 == 4.9.0
31
31
atomicwrites == 1.3.0
32
32
portalocker == 1.6.0
33
33
cryptography == 2.8
@@ -44,6 +44,6 @@ boto==2.49.0
44
44
cffi == 1.14.0
45
45
tqdm == 4.45.0
46
46
flake8 == 3.7.9
47
- certifi >= 2019.11.28
47
+ certifi >= 2020.4.5.1
48
48
pdfminer.six == 20191110 ;python_version < "3.5"
49
49
pdfminer.six == 20200402 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 109
109
'parameterized==0.7.1' ,
110
110
'soupsieve==1.9.5;python_version<"3.5"' ,
111
111
'soupsieve==2.0;python_version>="3.5"' ,
112
- 'beautifulsoup4==4.8.2 ' ,
112
+ 'beautifulsoup4==4.9.0 ' ,
113
113
'atomicwrites==1.3.0' ,
114
114
'portalocker==1.6.0' ,
115
115
'cryptography==2.8' ,
126
126
'cffi==1.14.0' ,
127
127
'tqdm==4.45.0' ,
128
128
'flake8==3.7.9' ,
129
- 'certifi>=2019.11.28 ' ,
129
+ 'certifi>=2020.4.5.1 ' ,
130
130
'pdfminer.six==20191110;python_version<"3.5"' ,
131
131
'pdfminer.six==20200402;python_version>="3.5"' ,
132
132
],
You can’t perform that action at this time.
0 commit comments