From f9034cd88e0d6d7bd105d50cabcd25a79b579883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:52:52 +0000 Subject: [PATCH] Bump pyopenssl from 26.0.0 to 26.2.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 26.0.0 to 26.2.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/26.0.0...26.2.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8ea1260e2..7393876c0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ test = [ "pytest-timeout==2.3.1", "pytest-benchmark[histogram]==5.1.0; python_version >= '3.10'", "cryptography==46.0.7", - "pyopenssl==26.0.0", + "pyopenssl==26.2.0", "fasteners", "paramiko==3.5.1; platform_python_implementation != 'PyPy'", "libvirt-python==12.0.0",