From 6c7d5c3e47bb2722fc75aa989a5701e9d40e21f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:50:08 +0000 Subject: [PATCH] build(deps): bump aiomysql from 0.2.0 to 0.3.0 in /web 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] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 1fda758..2163154 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -9,7 +9,7 @@ python-dotenv==1.0.0 aiofiles==23.2.1 httpx==0.25.2 pydantic==2.5.0 -aiomysql==0.2.0 +aiomysql==0.3.0 itsdangerous==2.1.2 # Google Drive API dependencies google-api-python-client==2.108.0