Skip to content

Commit e5e607b

Browse files
committed
PNDA-4800 GitHub identifies known vulnerabilities with some dependencies
1 parent 38d4f02 commit e5e607b

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

salt/jupyter/files/requirements-jupyter.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ ipython-sql==0.3.8
1111
Jinja2==2.8
1212
jsonschema==2.5.1
1313
jupyter==1.0.0
14-
jupyter-client==4.4.0
14+
jupyter-client==5.2.0
1515
jupyter-console==5.0.0
16-
jupyter-core==4.2.1
16+
jupyter-core==4.4.0
1717
MarkupSafe==0.23
1818
mistune==0.7.3
1919
nbconvert==5.0.0
2020
nbformat==4.2.0
21-
notebook==4.3.1
21+
notebook==5.4.1
2222
pandocfilters==1.4.1
2323
pexpect==4.2.1
2424
pickleshare==0.7.4
@@ -40,3 +40,13 @@ traitlets==4.3.1
4040
wcwidth==0.1.7
4141
widgetsnbextension==2.0.0
4242
matplotlib==2.1.2
43+
bitarray==0.8.3
44+
findspark==1.3.0
45+
jupyter-spark==0.3.0-patch
46+
pbr==4.2.0
47+
ply==3.11
48+
prettytable==0.7.2
49+
pytz==2018.5
50+
Send2Trash==1.5.0
51+
sqlparse==0.2.4
52+
thriftpy==0.3.9

salt/jupyter/templates/requirements-jupyter-extensions.txt.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
lxml==3.6.4
33
ipywidgets==6.0.0
44
widgetsnbextension==2.0.0
5+
terminado==0.6

0 commit comments

Comments
 (0)