From 6ac70641036daf3d29e23a8de774be0dfd577714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 09:17:39 +0000 Subject: [PATCH] Update cryptography requirement from >=42.0.0 to >=48.0.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/ocsp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ocsp.txt b/requirements/ocsp.txt index affec52700..50f8e3ed2c 100644 --- a/requirements/ocsp.txt +++ b/requirements/ocsp.txt @@ -9,5 +9,5 @@ certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin' pyopenssl>=26.2.0 requests>=2.23.0,<3.0 -cryptography>=42.0.0 +cryptography>=48.0.0 service_identity>=23.1.0