From 40e0352f1561d591f4dc982d01d8a1f7aab3bc32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:08:49 +0000 Subject: [PATCH] Update dependency pymysql to v1.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6c0761..b2fe04c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ platformdirs==4.3.8 ; python_version >= "3.12" and python_version < "4.0" ply==3.11 ; python_version >= "3.12" and python_version < "4.0" pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0" pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0" -pymysql==1.1.1 ; python_version >= "3.12" and python_version < "4.0" +pymysql==1.2.0 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" redis==6.2.0 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0"