From 12bce398b2e5ff15e2d414b7b7a6097799a88acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:03:10 +0000 Subject: [PATCH] build(deps): bump pyopenssl from 23.2.0 to 25.3.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 23.2.0 to 25.3.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/23.2.0...25.3.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- surface/scanners/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surface/scanners/requirements.txt b/surface/scanners/requirements.txt index ab6d1bf3..64c839e7 100644 --- a/surface/scanners/requirements.txt +++ b/surface/scanners/requirements.txt @@ -1,5 +1,5 @@ cffi==1.15.1 packaging==23.1 -pyOpenSSL==23.2.0 +pyOpenSSL==25.3.0 docker[tls]==6.1.3 hvac==2.3.0