Skip to content

Commit eb68ca0

Browse files
committed
Fix: lib vulnearability
1 parent 4c39173 commit eb68ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirement.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ipython==7.2.0
1313
ipython-genutils==0.2.0
1414
ipywidgets==7.4.2
1515
jedi==0.13.2
16-
Jinja2==2.10
16+
Jinja2>=2.10
1717
jsonschema==2.6.0
1818
jupyter==1.0.0
1919
jupyter-client==5.2.4
@@ -28,12 +28,12 @@ mpmath==1.1.0
2828
nbconvert==5.4.0
2929
nbformat==4.4.0
3030
nltk==3.3
31-
notebook==5.7.4
31+
notebook>=5.7.8
3232
numpy==1.12.1
3333
packaging==16.8
3434
pandas==0.19.2
3535
pandocfilters==1.4.2
36-
parso==0.3.1
36+
parso>=0.5.1
3737
pexpect==4.6.0
3838
pickleshare==0.7.5
3939
prometheus-client==0.5.0
@@ -50,7 +50,7 @@ scipy==0.19.0
5050
Send2Trash==1.5.0
5151
six==1.10.0
5252
soupsieve==1.6.2
53-
SQLAlchemy==1.2.15
53+
SQLAlchemy>=1.3.5
5454
sympy==1.3
5555
terminado==0.8.1
5656
testpath==0.4.2

0 commit comments

Comments
 (0)