File tree 2 files changed +4
-1
lines changed
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 \
39
39
# https://github.com/advisories/GHSA-6vqw-3v5j-54x4
40
40
cryptography==42.0.4 \
41
41
# 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
43
45
44
46
# Reset and copy updated files with updated privs to keep image size down
45
47
FROM 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"
50
50
checkPythonPackageVersion " pillow" " 10.2.0"
51
51
checkPythonPackageVersion " jupyterlab" " 4.0.11"
52
52
checkPythonPackageVersion " gitpython" " 3.1.41"
53
+ checkPythonPackageVersion " jupyter-lsp" " 2.2.2"
53
54
54
55
checkCondaPackageVersion " pyopenssl" " 23.2.0"
55
56
checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments