From 80c1b2f78803d3c0139cd63771ca3fe2dd43feff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:45:58 +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/aws/src/loadgenerator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/aws-gcp-migration/aws/src/loadgenerator/requirements.txt b/containers/aws-gcp-migration/aws/src/loadgenerator/requirements.txt index 122432b2..a552740a 100644 --- a/containers/aws-gcp-migration/aws/src/loadgenerator/requirements.txt +++ b/containers/aws-gcp-migration/aws/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