Bump cryptography to 41.0.1 and PyOpenSSL to 23.2.0 (#94777)

changelog: https://cryptography.io/en/latest/changelog/
changelog: https://www.pyopenssl.org/en/latest/changelog.html
This commit is contained in:
J. Nick Koston
2023-06-17 15:23:06 -05:00
committed by GitHub
parent 71e8ee52e5
commit b5e1d35e18
3 changed files with 7 additions and 7 deletions

View File

@@ -41,9 +41,9 @@ dependencies = [
"lru-dict==1.2.0",
"PyJWT==2.7.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==40.0.2",
# pyOpenSSL 23.1.0 is required to work with cryptography 39+
"pyOpenSSL==23.1.0",
"cryptography==41.0.1",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.1",
"pip>=21.0,<23.2",
"python-slugify==4.0.1",