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 @@ -44,7 +44,7 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then umask 0002 && /opt/conda/bi
4444RUN conda install \
4545 # https://github.com/pyca/cryptography/security/advisories/GHSA-5cpq-8wj7-hf2v
4646 pyopenssl=23.2.0 \
47- # cryptography=41.0.2 # Disabled temporarily due to issue with conda \
47+ cryptography=41.0.2 \
4848 # https://github.com/advisories/GHSA-j8r2-6x86-q33q
4949 requests=2.31.0
5050
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont
1818
1919check " usr-local-etc-config-does-not-exist" test ! -f " /usr/local/etc/gitconfig"
2020
21- # checkPythonPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
21+ checkPythonPackageVersion " cryptography" " 41.0.0"
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
2424
25- # checkCondaPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
25+ checkCondaPackageVersion " cryptography" " 41.0.0"
2626checkCondaPackageVersion " pyopenssl" " 23.2.0"
2727checkCondaPackageVersion " setuptools" " 65.5.1"
2828checkCondaPackageVersion " wheel" " 0.38.1"
You can’t perform that action at this time.
0 commit comments