Skip to content

Commit 7c17c45

Browse files
committed
[anaconda] - black - GHSA-fj7x-q9j7-g6q6 - patch security vulnerability
1 parent c0887a5 commit 7c17c45

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4749
FROM mcr.microsoft.com/devcontainers/base:1-bullseye

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ checkPythonPackageVersion "pillow" "10.2.0"
5151
checkPythonPackageVersion "jupyterlab" "4.0.11"
5252
checkPythonPackageVersion "gitpython" "3.1.41"
5353
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
54+
checkPythonPackageVersion "black" "24.3.0"
5455

5556
checkCondaPackageVersion "pyopenssl" "23.2.0"
5657
checkCondaPackageVersion "requests" "2.31.0"

0 commit comments

Comments
 (0)