File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ RUN python3 -m pip install --upgrade \
3636 jupyterlab==4.0.11 \
3737 # https://github.com/advisories/GHSA-5h86-8mv2-jq9f
3838 aiohttp==3.9.2 \
39- # https://github.com/advisories/GHSA-3ww4-gg4f-jr7f
40- cryptography==42.0.0
39+ # https://github.com/advisories/GHSA-6vqw-3v5j-54x4
40+ cryptography==42.0.4
4141
4242# Reset and copy updated files with updated privs to keep image size down
4343FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ checkPythonPackageVersion "nbconvert" "6.5.1"
4040checkPythonPackageVersion " werkzeug" " 2.2.3"
4141checkPythonPackageVersion " certifi" " 2022.12.07"
4242checkPythonPackageVersion " requests" " 2.31.0"
43- checkPythonPackageVersion " cryptography" " 42.0.0 "
43+ checkPythonPackageVersion " cryptography" " 42.0.4 "
4444checkPythonPackageVersion " transformers" " 4.36.0"
4545checkPythonPackageVersion " mpmath" " 1.3.0"
4646checkPythonPackageVersion " aiohttp" " 3.9.2"
You can’t perform that action at this time.
0 commit comments