File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ RUN python3 -m pip install --upgrade \
1010 # https://github.com/advisories/GHSA-6vqw-3v5j-54x4
1111 cryptography==42.0.4 \
1212 # installed for compatibility with cryptography v42.0.4
13- pyopenssl==24.0.0
13+ pyopenssl==24.0.0 \
14+ # https://github.com/advisories/GHSA-g7vv-2v7x-gj9p
15+ tqdm==4.66.3
1416
1517# Reset and copy updated files with updated privs to keep image size down
1618FROM mcr.microsoft.com/devcontainers/base:1-bullseye
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121checkPythonPackageVersion " cryptography" " 42.0.4"
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
24+ checkPythonPackageVersion " tqdm" " 4.66.3"
2425
2526checkCondaPackageVersion " cryptography" " 42.0.4"
2627checkCondaPackageVersion " pyopenssl" " 24.0.0"
You can’t perform that action at this time.
0 commit comments