From 06acae500f0a655ffb9b96503813674fd647a7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:50:13 +0000 Subject: [PATCH] Bump aiomysql from 0.2.0 to 0.3.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fefc230..35d0038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ aiofiles==23.2.1 # Database sqlalchemy==2.0.27 aiosqlite==0.19.0 -aiomysql==0.2.0 +aiomysql==0.3.0 # Email aiosmtplib==3.0.1