Skip to content

Commit

Permalink
Update cryptography requirement to >=39.0 (mitmproxy#6555)
Browse files Browse the repository at this point in the history
mitmproxy@0b5e310
uses `load_pem_x509_certificates` which was introduced in cryptography
39.0 but the requirement wasn't updated.
  • Loading branch information
bakugo committed Dec 17, 2023
1 parent f1df4fa commit c0f81a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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",
Expand Down

0 comments on commit c0f81a8

Please sign in to comment.