From 3bba8588fe9b8c690bf580fc16a53cf595997283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:38:24 +0000 Subject: [PATCH] build(deps): bump pyopenssl from 25.3.0 to 26.2.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.2.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.3.0...26.2.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.2.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..ce9af0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ rich-argparse>=1.7.1 -pyOpenSSL==25.3.0 +pyOpenSSL==26.2.0 requests>=2.32.5 Flask>=3.1.2 Flask-HTTPAuth>=4.8.1