From af4dc5c83c8ffec195e5a88b6bced3dc8246381f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:17:22 +0000 Subject: [PATCH] Update pyopenssl requirement from <25.4,>=23.0 to >=23.0,<26.1 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.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.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 0771319..afbdf60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ 'flake8>=5,<8', 'psutil', 'pycodestyle>=2.9,<2.15', - 'pyOpenSSL>=23.0,<25.4', + 'pyOpenSSL>=23.0,<26.1', 'mypy>=0.800' ] dev = [