From 889d30b4f32865fe8d85a3edd766322b10490870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:22:16 +0000 Subject: [PATCH] chore(deps): bump idna Bumps [idna](https://github.com/kjd/idna) from 3.11 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.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../cymbal-bank/src/loadgenerator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codelabs/ai-toolkit-lab-1/cymbal-bank/src/loadgenerator/requirements.txt b/codelabs/ai-toolkit-lab-1/cymbal-bank/src/loadgenerator/requirements.txt index 09ed8ad8..d2787292 100644 --- a/codelabs/ai-toolkit-lab-1/cymbal-bank/src/loadgenerator/requirements.txt +++ b/codelabs/ai-toolkit-lab-1/cymbal-bank/src/loadgenerator/requirements.txt @@ -38,7 +38,7 @@ greenlet==3.3.0 # via gevent h11==0.16.0 # via wsproto -idna==3.11 +idna==3.15 # via requests iniconfig==2.3.0 # via pytest