Skip to content

Commit e22b5bc

Browse files
[Anaconda]-Cryptography-securitypatch-GHSA-6vqw-3v5j-54x4 (#975)
1 parent 9bb5c4f commit e22b5bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/anaconda/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff 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
4343
FROM mcr.microsoft.com/devcontainers/base:1-bullseye

src/anaconda/test-project/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ checkPythonPackageVersion "nbconvert" "6.5.1"
4040
checkPythonPackageVersion "werkzeug" "2.2.3"
4141
checkPythonPackageVersion "certifi" "2022.12.07"
4242
checkPythonPackageVersion "requests" "2.31.0"
43-
checkPythonPackageVersion "cryptography" "42.0.0"
43+
checkPythonPackageVersion "cryptography" "42.0.4"
4444
checkPythonPackageVersion "transformers" "4.36.0"
4545
checkPythonPackageVersion "mpmath" "1.3.0"
4646
checkPythonPackageVersion "aiohttp" "3.9.2"

0 commit comments

Comments
 (0)