File tree 2 files changed +3
-3
lines changed
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 \
36
36
jupyterlab==4.0.11 \
37
37
# https://github.com/advisories/GHSA-5h86-8mv2-jq9f
38
38
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
41
41
42
42
# Reset and copy updated files with updated privs to keep image size down
43
43
FROM 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"
40
40
checkPythonPackageVersion " werkzeug" " 2.2.3"
41
41
checkPythonPackageVersion " certifi" " 2022.12.07"
42
42
checkPythonPackageVersion " requests" " 2.31.0"
43
- checkPythonPackageVersion " cryptography" " 42.0.0 "
43
+ checkPythonPackageVersion " cryptography" " 42.0.4 "
44
44
checkPythonPackageVersion " transformers" " 4.36.0"
45
45
checkPythonPackageVersion " mpmath" " 1.3.0"
46
46
checkPythonPackageVersion " aiohttp" " 3.9.2"
You can’t perform that action at this time.
0 commit comments