From bcff84ba50c6c76fd3b4954f89ba12a43dbd43ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:40:29 +0000 Subject: [PATCH] Bump pyopenssl in /tools/internal_ci/helper_scripts Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 20.0.1 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/20.0.1...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/internal_ci/helper_scripts/requirements.macos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/helper_scripts/requirements.macos.txt b/tools/internal_ci/helper_scripts/requirements.macos.txt index 593abaa5b7cb4..a47cc6388b63c 100644 --- a/tools/internal_ci/helper_scripts/requirements.macos.txt +++ b/tools/internal_ci/helper_scripts/requirements.macos.txt @@ -1,6 +1,6 @@ cython==3.1.1 cryptography==3.4.6 PyJWT==2.12.0 -pyOpenSSL==20.0.1 +pyOpenSSL==26.0.0 PyYAML==6.0.2 requests==2.32.4