Skip to content

Commit 32ce55f

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

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
@@ -1,7 +1,9 @@
11
backports-abc==0.5
2+
bitarray==0.8.3
23
bleach==1.5.0
34
decorator==4.0.10
45
entrypoints==0.2.2
6+
findspark==1.3.0
57
html5lib==0.9999999
68
impyla==0.14.0
79
ipykernel==4.5.2
@@ -11,30 +13,38 @@ ipython-sql==0.3.8
1113
Jinja2==2.8
1214
jsonschema==2.5.1
1315
jupyter==1.0.0
14-
jupyter-client==4.4.0
16+
jupyter-client==5.2.0
1517
jupyter-console==5.0.0
16-
jupyter-core==4.2.1
18+
jupyter-core==4.4.0
19+
jupyter-spark==0.3.0-patch
1720
MarkupSafe==0.23
1821
mistune==0.7.3
1922
nbconvert==5.0.0
2023
nbformat==4.2.0
21-
notebook==4.3.1
24+
notebook==5.4.1
2225
pandocfilters==1.4.1
26+
pbr==4.2.0
2327
pexpect==4.2.1
2428
pickleshare==0.7.4
29+
ply==3.11
30+
prettytable==0.7.2
2531
prompt-toolkit==1.0.9
2632
ptyprocess==0.5.1
2733
Pygments==2.1.3
2834
pymysql==0.7.11
2935
psycopg2==2.7.3.2
36+
pytz==2018.5
3037
pyzmq==16.0.2
3138
qtconsole==4.2.1
39+
Send2Trash==1.5.0
3240
simplegeneric==0.8.1
3341
six==1.10.0
3442
sql-magic==0.0.3
43+
sqlparse==0.2.4
3544
terminado==0.6
3645
testpath==0.3
3746
thrift==0.9.3
47+
thriftpy==0.3.9
3848
tornado==4.4.2
3949
traitlets==4.3.1
4050
wcwidth==0.1.7

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)