From 691efc98f125e03df08d136e24e323c5d1fd3136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:40:02 +0000 Subject: [PATCH] Bump cryptography in /tools/internal_ci/helper_scripts Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.6 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.6...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/internal_ci/helper_scripts/requirements.linux_perf.txt | 2 +- tools/internal_ci/helper_scripts/requirements.macos.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/helper_scripts/requirements.linux_perf.txt b/tools/internal_ci/helper_scripts/requirements.linux_perf.txt index 5b7f0d33247ec..3c11bdef59558 100644 --- a/tools/internal_ci/helper_scripts/requirements.linux_perf.txt +++ b/tools/internal_ci/helper_scripts/requirements.linux_perf.txt @@ -1,4 +1,4 @@ -cryptography==3.4.6 +cryptography==48.0.1 PyJWT==2.12.0 requests==2.32.4 scipy==1.5.4 diff --git a/tools/internal_ci/helper_scripts/requirements.macos.txt b/tools/internal_ci/helper_scripts/requirements.macos.txt index 593abaa5b7cb4..4256115b1f022 100644 --- a/tools/internal_ci/helper_scripts/requirements.macos.txt +++ b/tools/internal_ci/helper_scripts/requirements.macos.txt @@ -1,5 +1,5 @@ cython==3.1.1 -cryptography==3.4.6 +cryptography==48.0.1 PyJWT==2.12.0 pyOpenSSL==20.0.1 PyYAML==6.0.2