Bump upper bounds for cryptography and pyOpenSSL (#8219)

* Bump upper bounds for cryptography and pyOpenSSL

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Paul Kehrer 2026-05-09 14:54:12 -05:00 committed by GitHub
parent ab470e5397
commit 3dd268a9be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ dependencies = [
"bcrypt>=5.0.0,<=5.0.0",
"Brotli>=1.0,<=1.2.0",
"certifi>=2019.9.11", # no upper bound here to get latest CA bundle
"cryptography>=42.0,<=46.1", # relaxed upper bound here to get security fixes
"cryptography>=42.0,<=48.1", # relaxed upper bound here to get security fixes
"flask>=3.0,<=3.1.3",
"h11>=0.16.0,<=0.16.0",
"h2>=4.3.0,<=4.3.0",
@ -47,7 +47,7 @@ dependencies = [
"mitmproxy_rs>=0.12.6,<0.13", # relaxed upper bound here: we control this
"msgpack>=1.0.0,<=1.1.2",
"pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'",
"pyOpenSSL>=24.3,<=26.0.0",
"pyOpenSSL>=24.3,<=27.0.0",
"pyparsing>=2.4.2,<=3.3.2",
"pyperclip>=1.9.0,<=1.11.0",
"ruamel.yaml>=0.18.10,<=0.19.1",

4
uv.lock generated
View file

@ -1035,7 +1035,7 @@ requires-dist = [
{ name = "bcrypt", specifier = "<=5.0.0,>=5.0.0" },
{ name = "brotli", specifier = ">=1.0,<=1.2.0" },
{ name = "certifi", specifier = ">=2019.9.11" },
{ name = "cryptography", specifier = ">=42.0,<=46.1" },
{ name = "cryptography", specifier = ">=42.0,<=48.1" },
{ name = "flask", specifier = ">=3.0,<=3.1.3" },
{ name = "h11", specifier = "<=0.16.0,>=0.16.0" },
{ name = "h2", specifier = "<=4.3.0,>=4.3.0" },
@ -1046,7 +1046,7 @@ requires-dist = [
{ name = "msgpack", specifier = ">=1.0.0,<=1.1.2" },
{ name = "publicsuffix2", specifier = ">=2.20190812,<=2.20191221" },
{ name = "pydivert", marker = "sys_platform == 'win32'", specifier = ">=2.0.3,<=2.1.0" },
{ name = "pyopenssl", specifier = ">=24.3,<=26.0.0" },
{ name = "pyopenssl", specifier = ">=24.3,<=27.0.0" },
{ name = "pyparsing", specifier = ">=2.4.2,<=3.3.2" },
{ name = "pyperclip", specifier = ">=1.9.0,<=1.11.0" },
{ name = "ruamel-yaml", specifier = ">=0.18.10,<=0.19.1" },