From f1e5adbd48eb3dab39109983e6f3ff854b1f912c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:53:55 +0000 Subject: [PATCH] Update service-identity requirement from >=23.1.0 to >=24.2.0 Updates the requirements on [service-identity](https://github.com/pyca/service-identity) to permit the latest version. - [Release notes](https://github.com/pyca/service-identity/releases) - [Changelog](https://github.com/pyca/service-identity/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyca/service-identity/compare/23.1.0...24.2.0) --- updated-dependencies: - dependency-name: service-identity dependency-version: 24.2.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 a507b03d22..82d168d2c0 100644 --- a/requirements/ocsp.txt +++ b/requirements/ocsp.txt @@ -10,4 +10,4 @@ certifi>=2023.7.22;os.name=='nt' or sys_platform=='darwin' pyopenssl>=23.2.0 requests>=2.23.0,<3.0 cryptography>=42.0.0 -service_identity>=23.1.0 +service_identity>=24.2.0