From 72285c7140c59c57ee276403b25961f6a393e7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:32:10 +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] --- .../aws-gcp-migration/gcp/src/loadgenerator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt b/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt index 537207561..4a7f3443c 100644 --- a/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt +++ b/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt @@ -35,7 +35,7 @@ geventhttpclient==2.3.1 # via locust greenlet==3.1.1 # via gevent -idna==3.10 +idna==3.15 # via requests itsdangerous==2.2.0 # via flask