Skip to content
Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'refs/remotes/origin/anaconda_black_GHSA…
  • Loading branch information
gauravsaini04 committed May 18, 2024
commit 3d824b8e969b48c79e3944f59408e9916bffd5d4
6 changes: 4 additions & 2 deletions src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ RUN python3 -m pip install --upgrade \
gitpython==3.1.41 \
# https://github.com/advisories/GHSA-4qhp-652w-c22x
jupyter-lsp==2.2.2 \
# https://github.com/advisories/GHSA-fj7x-q9j7-g6q6
black==24.3.0
# https://github.com/advisories/GHSA-jjg7-2v4v-x38h
idna==3.7 \
# https://github.com/advisories/GHSA-h75v-3vvj-5mfj
jinja2==3.1.4

# Reset and copy updated files with updated privs to keep image size down
FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Expand Down
3 changes: 2 additions & 1 deletion src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ checkPythonPackageVersion "pillow" "10.3.0"
checkPythonPackageVersion "jupyterlab" "4.0.11"
checkPythonPackageVersion "gitpython" "3.1.41"
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
checkPythonPackageVersion "black" "24.3.0"
checkPythonPackageVersion "idna" "3.7"
checkPythonPackageVersion "jinja2" "3.1.4"

checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "requests" "2.31.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.