From 3dd268a9beb6349fdc11be7bf613fb0cf9a25859 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 9 May 2026 14:54:12 -0500 Subject: [PATCH] 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> --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36148c976..b538e11ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index 4966bfd67..ee51fcfd5 100644 --- a/uv.lock +++ b/uv.lock @@ -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" },