From 5a9c3cd694414ffca403fce98266a93e8098b18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:27:57 +0000 Subject: [PATCH] chore(deps): bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 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..96dec430 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 @@ -92,7 +92,7 @@ urllib3==2.6.3 # requests websocket-client==1.9.0 # via python-socketio -werkzeug==3.1.5 +werkzeug==3.1.6 # via # flask # flask-cors