From cd24dc87e0cf8f4a0f80c7f5e2ab5bfab14c41b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:22:21 +0000 Subject: [PATCH] Bump pyopenssl from 18.0.0 to 26.0.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 18.0.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/18.0.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66bd5b2..516d0be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pyOpenSSL==18.0.0 +pyOpenSSL==26.0.0 chardet==3.0.4 \ No newline at end of file diff --git a/setup.py b/setup.py index 68f6b32..884d5d8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ download_url='https://github.com/qiyeboy/BaseProxy', packages=['baseproxy'], install_requires = [ - 'pyOpenSSL==18.0.0', + 'pyOpenSSL==26.0.0', 'chardet==3.0.4' ] )