Skip to content

Commit

Permalink
anaconda pillow patch GHSA-44wm-f244-xhp3 (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathameshzarkar9 authored Apr 8, 2024
1 parent 3dd6643 commit 632dcf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/anaconda/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN python3 -m pip install --upgrade \
pyarrow==14.0.1 \
# https://github.com/advisories/GHSA-v68g-wm8c-6x7j
transformers==4.36.0 \
# https://github.com/advisories/GHSA-3f63-hfp8-52jq
pillow==10.2.0 \
# https://github.com/advisories/GHSA-44wm-f244-xhp3
pillow==10.3.0 \
# https://github.com/advisories/GHSA-44cc-43rp-5947
jupyterlab==4.0.11 \
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f
Expand Down
2 changes: 1 addition & 1 deletion src/anaconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ checkPythonPackageVersion "aiohttp" "3.9.2"
checkPythonPackageVersion "jupyter_server" "2.7.2"
checkPythonPackageVersion "tornado" "6.3.3"
checkPythonPackageVersion "pyarrow" "14.0.1"
checkPythonPackageVersion "pillow" "10.2.0"
checkPythonPackageVersion "pillow" "10.3.0"
checkPythonPackageVersion "jupyterlab" "4.0.11"
checkPythonPackageVersion "gitpython" "3.1.41"
checkPythonPackageVersion "jupyter-lsp" "2.2.2"
Expand Down

0 comments on commit 632dcf3

Please sign in to comment.