Update cryptography requirement to >=39.0 (#6555)

0b5e310881
uses `load_pem_x509_certificates` which was introduced in cryptography
39.0 but the requirement wasn't updated.
This commit is contained in:
Bakugo 2023-12-17 06:34:53 +00:00 committed by GitHub
parent f1df4fa479
commit c0f81a8542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ dependencies = [
"asgiref>=3.2.10,<3.8",
"Brotli>=1.0,<1.2",
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
"cryptography>=38.0,<41.1",
"cryptography>=39.0,<41.1",
"flask>=1.1.1,<3.1",
"h11>=0.11,<0.15",
"h2>=4.1,<5",