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 @@ -41,7 +41,9 @@ RUN python3 -m pip install --upgrade \
4141 # https://github.com/advisories/GHSA-2mqj-m65w-jghx
4242 gitpython==3.1.41 \
4343 # https://github.com/advisories/GHSA-4qhp-652w-c22x
44- jupyter-lsp==2.2.2
44+ jupyter-lsp==2.2.2 \
45+ # https://github.com/advisories/GHSA-fj7x-q9j7-g6q6
46+ black==24.3.0
4547
4648# Reset and copy updated files with updated privs to keep image size down
4749FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ checkPythonPackageVersion "pillow" "10.2.0"
5151checkPythonPackageVersion " jupyterlab" " 4.0.11"
5252checkPythonPackageVersion " gitpython" " 3.1.41"
5353checkPythonPackageVersion " jupyter-lsp" " 2.2.2"
54+ checkPythonPackageVersion " black" " 24.3.0"
5455
5556checkCondaPackageVersion " pyopenssl" " 23.2.0"
5657checkCondaPackageVersion " requests" " 2.31.0"
You can’t perform that action at this time.
0 commit comments