Skip to content

Commit 5143f97

Browse files
committed
Update the beautifulsoup and certifi dependences
1 parent 08b12ec commit 5143f97

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
@@ -27,7 +27,7 @@ pytest-xdist==1.31.0
2727
parameterized==0.7.1
2828
soupsieve==1.9.5;python_version<"3.5"
2929
soupsieve==2.0;python_version>="3.5"
30-
beautifulsoup4==4.8.2
30+
beautifulsoup4==4.9.0
3131
atomicwrites==1.3.0
3232
portalocker==1.6.0
3333
cryptography==2.8
@@ -44,6 +44,6 @@ boto==2.49.0
4444
cffi==1.14.0
4545
tqdm==4.45.0
4646
flake8==3.7.9
47-
certifi>=2019.11.28
47+
certifi>=2020.4.5.1
4848
pdfminer.six==20191110;python_version<"3.5"
4949
pdfminer.six==20200402;python_version>="3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'parameterized==0.7.1',
110110
'soupsieve==1.9.5;python_version<"3.5"',
111111
'soupsieve==2.0;python_version>="3.5"',
112-
'beautifulsoup4==4.8.2',
112+
'beautifulsoup4==4.9.0',
113113
'atomicwrites==1.3.0',
114114
'portalocker==1.6.0',
115115
'cryptography==2.8',
@@ -126,7 +126,7 @@
126126
'cffi==1.14.0',
127127
'tqdm==4.45.0',
128128
'flake8==3.7.9',
129-
'certifi>=2019.11.28',
129+
'certifi>=2020.4.5.1',
130130
'pdfminer.six==20191110;python_version<"3.5"',
131131
'pdfminer.six==20200402;python_version>="3.5"',
132132
],

0 commit comments

Comments
 (0)