From 37f1b278a9fc58965b8e9cd9eda2f33d202194c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:51:58 +0000 Subject: [PATCH] chore(deps): Bump pyopenssl from 25.3.0 to 26.0.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.3.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dd311e3..6e758b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ mkdocs-minify-plugin == 0.8.0 pip-audit == 2.10.0 Pygments == 2.19.2 pymdown-extensions == 10.21 -PyOpenSSL == 25.3.0 +PyOpenSSL == 26.0.0 yamllint == 1.38.0