From ed9aa0bf245ceec5b8bc414d35d9d2a32c1bc426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:19:48 +0000 Subject: [PATCH] Bump pyopenssl from 17.5.0 to 26.0.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 17.5.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/17.5.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03c39b9..6f39940 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pyasn1==0.4.2 pyasn1-modules==0.2.1 pycparser==2.18 pycrypto==2.6.1 -pyOpenSSL==17.5.0 +pyOpenSSL==26.0.0 pyparsing==2.2.0 python-dateutil==2.2 requests==2.32.4