diff --git a/src/anaconda/.devcontainer/Dockerfile b/src/anaconda/.devcontainer/Dockerfile index b46ae1a36..b59fff4fa 100644 --- a/src/anaconda/.devcontainer/Dockerfile +++ b/src/anaconda/.devcontainer/Dockerfile @@ -39,7 +39,9 @@ RUN python3 -m pip install --upgrade \ # https://github.com/advisories/GHSA-6vqw-3v5j-54x4 cryptography==42.0.4 \ # https://github.com/advisories/GHSA-2mqj-m65w-jghx - gitpython==3.1.41 + gitpython==3.1.41 \ + # https://github.com/advisories/GHSA-4qhp-652w-c22x + jupyter-lsp==2.2.2 # Reset and copy updated files with updated privs to keep image size down FROM mcr.microsoft.com/devcontainers/base:1-bullseye diff --git a/src/anaconda/test-project/test.sh b/src/anaconda/test-project/test.sh index 40ba4dc0b..2390f204a 100755 --- a/src/anaconda/test-project/test.sh +++ b/src/anaconda/test-project/test.sh @@ -50,6 +50,7 @@ checkPythonPackageVersion "pyarrow" "14.0.1" checkPythonPackageVersion "pillow" "10.2.0" checkPythonPackageVersion "jupyterlab" "4.0.11" checkPythonPackageVersion "gitpython" "3.1.41" +checkPythonPackageVersion "jupyter-lsp" "2.2.2" checkCondaPackageVersion "pyopenssl" "23.2.0" checkCondaPackageVersion "requests" "2.31.0"