From 9de4a58e253807466b093443c20e9a880c287fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:35:52 +0000 Subject: [PATCH] Bump pyopenssl from 25.0.0 to 26.0.0 in /tools Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.0.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.0.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d9323ab18a5..640ae815c04 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -113,7 +113,7 @@ pycparser==2.22 ; python_version >= "3.9" and python_version < "4.0" pygments==2.19.1 ; python_version >= "3.9" and python_version < "4.0" pylint==3.3.3 ; python_version >= "3.9" and python_version < "4.0" pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4.0" -pyopenssl==25.0.0 ; python_version >= "3.9" and python_version < "4.0" +pyopenssl==26.0.0 ; python_version >= "3.9" and python_version < "4.0" pyotp==2.9.0 ; python_version >= "3.9" and python_version < "4.0" pyparsing==3.2.1 ; python_version >= "3.9" and python_version < "4.0" pyproject-api==1.9.0 ; python_version >= "3.9" and python_version < "4.0"