File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ RUN python3 -m pip install --upgrade \
3939 # https://github.com/advisories/GHSA-6vqw-3v5j-54x4
4040 cryptography==42.0.4 \
4141 # https://github.com/advisories/GHSA-2mqj-m65w-jghx
42- gitpython==3.1.41
42+ gitpython==3.1.41 \
43+ # https://github.com/advisories/GHSA-4qhp-652w-c22x
44+ jupyter-lsp==2.2.2
4345
4446# Reset and copy updated files with updated privs to keep image size down
4547FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ checkPythonPackageVersion "pyarrow" "14.0.1"
5050checkPythonPackageVersion " pillow" " 10.2.0"
5151checkPythonPackageVersion " jupyterlab" " 4.0.11"
5252checkPythonPackageVersion " gitpython" " 3.1.41"
53+ checkPythonPackageVersion " jupyter-lsp" " 2.2.2"
5354
5455checkCondaPackageVersion " pyopenssl" " 23.2.0"
5556checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments