From ba6ea9f47e05db6828e840bf98ce2550146a6113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:04:24 +0000 Subject: [PATCH] chore(deps): bump idna Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' 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..dfc3ffdc0 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 @@ -24,13 +24,13 @@ grpcio==1.70.0 # grpcio-status grpcio-status==1.70.0 # via google-api-core -idna==3.10 +idna==3.15 # via requests 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