Skip to content
Merged
Next Next commit
[anaconda] - black - GHSA-fj7x-q9j7-g6q6 - patch security vulnerability
  • Loading branch information
gauravsaini04 committed Apr 2, 2024
commit 7c17c451c685eff3a97f926daa93152a7e8b64f7
4 changes: 3 additions & 1 deletion src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ RUN python3 -m pip install --upgrade \
# https://github.com/advisories/GHSA-2mqj-m65w-jghx
gitpython==3.1.41 \
# https://github.com/advisories/GHSA-4qhp-652w-c22x
jupyter-lsp==2.2.2
jupyter-lsp==2.2.2 \
# https://github.com/advisories/GHSA-fj7x-q9j7-g6q6
black==24.3.0

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Expand Down
1 change: 1 addition & 0 deletions src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ checkPythonPackageVersion "pillow" "10.2.0"
checkPythonPackageVersion "jupyterlab" "4.0.11"
checkPythonPackageVersion "gitpython" "3.1.41"
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
checkPythonPackageVersion "black" "24.3.0"

checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "requests" "2.31.0"
Expand Down