From 7a40d18882d31368a435b0e3fe58f1ea6d8228f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:27:11 +0000 Subject: [PATCH] Update pyopenssl requirement from <26.1,>=23.0 to >=23.0,<26.2 Updates the requirements on [pyopenssl](https://github.com/pyca/pyopenssl) to permit the latest version. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/23.0.0...26.1.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0761e94..d976781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ 'flake8>=5,<8', 'psutil', 'pycodestyle>=2.9,<2.15', - 'pyOpenSSL>=23.0,<26.1', + 'pyOpenSSL>=23.0,<26.2', 'mypy>=0.800' ] dev = [