Bump Cryptography to 41.0.3 for a second security fix (#97611)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Blastoise186
2023-08-03 20:36:12 +01:00
committed by GitHub
parent bae5a3dbd6
commit d33955c467
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ dependencies = [
"lru-dict==1.2.0",
"PyJWT==2.8.0",
# PyJWT has loose dependency. We want the latest one.
"cryptography==41.0.2",
"cryptography==41.0.3",
# pyOpenSSL 23.2.0 is required to work with cryptography 41+
"pyOpenSSL==23.2.0",
"orjson==3.9.2",