Bump cryptography to 40.0.1 (#90326)

This commit is contained in:
J. Nick Koston
2023-03-26 12:30:17 -10:00
committed by GitHub
parent a7c796a2f7
commit ce9099a386
4 changed files with 13 additions and 13 deletions

View File

@@ -151,9 +151,9 @@ pandas==1.4.3;python_version<'3.11'
# We need at least >=2.1.0 (tensorflow integration -> pycocotools)
matplotlib==3.6.1
# pyOpenSSL 23.0.0 or later required to avoid import errors when
# cryptography 39.0.0 is installed with botocore
pyOpenSSL>=23.0.0
# pyOpenSSL 23.1.0 or later required to avoid import errors when
# cryptography 40.0.1 is installed with botocore
pyOpenSSL>=23.1.0
# uamqp newer versions we currently can't build for armv7/armhf
# Limit this to Python 3.10, to not block Python 3.11 dev for now