From 7afc85def41d33c8f57bd0fb22cef60ff0c08083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:05:36 +0000 Subject: [PATCH] Bump pyopenssl from 25.2.0 to 25.3.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.2.0 to 25.3.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.2.0...25.3.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 915927c1e..e237e6340 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ idna==3.10 urllib3==2.5.0 # sentry-sdk certifi==2025.8.3 # sentry-sdk cryptography==45.0.2 -pyOpenSSL==25.2.0 +pyOpenSSL==25.3.0 asn1crypto==1.5.0 # for pyOpenSSL cffi==2.0.0 # for pyOpenSSL