From e4d9bc8cd4f237da19233f0fc20bd0bfb109d661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 20:58:31 +0000 Subject: [PATCH] chore(deps): bump aiomysql Bumps [aiomysql](https://github.com/aio-libs/aiomysql) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/aio-libs/aiomysql/releases) - [Changelog](https://github.com/aio-libs/aiomysql/blob/main/CHANGES.txt) - [Commits](https://github.com/aio-libs/aiomysql/commits) --- updated-dependencies: - dependency-name: aiomysql dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../monitoring_strands_agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-use-cases/A2A-multi-agent-incident-response/monitoring_strands_agent/requirements.txt b/02-use-cases/A2A-multi-agent-incident-response/monitoring_strands_agent/requirements.txt index 2b5f19f32..c248bbb86 100644 --- a/02-use-cases/A2A-multi-agent-incident-response/monitoring_strands_agent/requirements.txt +++ b/02-use-cases/A2A-multi-agent-incident-response/monitoring_strands_agent/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml -o requirements.txt a2a-sdk==0.3.8 # via strands-agents -aiomysql==0.2.0 +aiomysql==0.3.0 # via sqlalchemy aiosqlite==0.21.0 # via sqlalchemy