From 9516950c87e9d747c9e37676d4c03f32f1ffa049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:58:15 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: pymysql 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 8b05a46e..c5069ddc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ asyncpg==0.29.0 # Sync database drivers for standard tooling around setup/teardown/migrations. psycopg==3.1.18 -pymysql==1.1.0 +pymysql==1.1.1 # Testing autoflake==1.4