Skip to content

Commit 959183c

Browse files
Merge pull request #630 from harshad16/fix-cve-jupyter-server-proxy
Pinned down jupyter-server-proxy for cve fixes
2 parents 2095eb5 + 061c6fb commit 959183c

File tree

2 files changed

+1682
-1526
lines changed

2 files changed

+1682
-1526
lines changed

habana/1.10.0/ubi8-python-3.8/Pipfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pybind11 = "==2.6.2"
3333
elyra-pipeline-editor-extension = "~=3.15.0"
3434
elyra-python-editor-extension = "~=3.15.0"
3535
elyra-code-snippet-extension = "~=3.15.0"
36-
kfp-tekton = "<1.6.0"
36+
kfp-tekton = "==1.5.7" # pinned to avoid upgrade of pyyaml which is required.
3737
boto3 = "~=1.26.165"
3838
kafka-python = "~=2.0.2"
3939
matplotlib = "~=3.6.3"
@@ -45,18 +45,24 @@ scipy = "~=1.10.1"
4545
jupyter-bokeh = "~=3.0.5"
4646
jupyterlab-lsp = "~=3.10.2"
4747
jupyterlab-widgets = "~=3.0.5"
48-
jupyter-resource-usage = "~=0.6.0"
48+
jupyter-resource-usage = "~=0.7.2"
4949

5050
# Parent image requirements to maintain cohesion
5151
jupyterlab = "~=3.5.3"
5252
jupyter-server = "~=2.1.0"
53-
jupyter-server-proxy = "~=3.2.2"
53+
jupyter-server-proxy = "~=3.2.4"
5454
jupyter-server-terminals = "~=0.4.4"
5555
jupyterlab-git = "~=0.41.0"
5656
nbdime = "~=3.1.1"
5757
nbgitpuller = "~=1.1.1"
5858
# ---
5959
wheel = "~=0.38.4"
6060

61+
# conflict between python-lsp-server and following packages
62+
# due to pycodestyle dependency, pinning this, till we get
63+
# a fix from python-lsp-server
64+
autopep8 = "~=2.0.4"
65+
flake8 = "~=7.0.0"
66+
6167
[requires]
6268
python_version = "3.8"

0 commit comments

Comments
 (0)