From 597cbb09f4ed0298b4b38285c29973ca537204cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:25:17 +0000 Subject: [PATCH] build(deps): bump pyopenssl from 25.3.0 to 26.3.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.3.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.3.0...26.3.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.3.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 aa676d5..2b85e85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ rich-argparse>=1.7.1 -pyOpenSSL==25.3.0 +pyOpenSSL==26.3.0 requests>=2.32.5 Flask>=3.1.2 Flask-HTTPAuth>=4.8.1