Skip to content

Commit 632dcf3

Browse files
anaconda pillow patch GHSA-44wm-f244-xhp3 (devcontainers#1022)
1 parent 3dd6643 commit 632dcf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/anaconda/.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ RUN python3 -m pip install --upgrade \
3030
pyarrow==14.0.1 \
3131
# https://github.com/advisories/GHSA-v68g-wm8c-6x7j
3232
transformers==4.36.0 \
33-
# https://github.com/advisories/GHSA-3f63-hfp8-52jq
34-
pillow==10.2.0 \
33+
# https://github.com/advisories/GHSA-44wm-f244-xhp3
34+
pillow==10.3.0 \
3535
# https://github.com/advisories/GHSA-44cc-43rp-5947
3636
jupyterlab==4.0.11 \
3737
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f

src/anaconda/test-project/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ checkPythonPackageVersion "aiohttp" "3.9.2"
4747
checkPythonPackageVersion "jupyter_server" "2.7.2"
4848
checkPythonPackageVersion "tornado" "6.3.3"
4949
checkPythonPackageVersion "pyarrow" "14.0.1"
50-
checkPythonPackageVersion "pillow" "10.2.0"
50+
checkPythonPackageVersion "pillow" "10.3.0"
5151
checkPythonPackageVersion "jupyterlab" "4.0.11"
5252
checkPythonPackageVersion "gitpython" "3.1.41"
5353
checkPythonPackageVersion "jupyter-lsp" "2.2.2"

0 commit comments

Comments
 (0)