From d8c8b935c963f400a9aa6d732fad65a4da7e8200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:37:57 +0000 Subject: [PATCH] chore(deps): bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../storage/parallelstore-transfer-tool/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/5-appinfra/modules/htc-infra/kubernetes/storage/parallelstore-transfer-tool/requirements.txt b/5-appinfra/modules/htc-infra/kubernetes/storage/parallelstore-transfer-tool/requirements.txt index f731a4d1e..3ad6f5c52 100644 --- a/5-appinfra/modules/htc-infra/kubernetes/storage/parallelstore-transfer-tool/requirements.txt +++ b/5-appinfra/modules/htc-infra/kubernetes/storage/parallelstore-transfer-tool/requirements.txt @@ -6,7 +6,7 @@ certifi==2025.1.31 # via requests charset-normalizer==3.4.1 # via requests -google-api-core==2.24.1 +google-api-core[grpc]==2.24.1 # via google-cloud-parallelstore google-auth==2.38.0 # via @@ -30,7 +30,7 @@ proto-plus==1.26.0 # via # google-api-core # google-cloud-parallelstore -protobuf==6.30.0 +protobuf==5.29.6 # via # google-api-core # google-cloud-parallelstore @@ -47,5 +47,5 @@ requests==2.32.4 # via google-api-core rsa==4.9 # via google-auth -urllib3==2.5.0 +urllib3==2.7.0 # via requests