From bcde1d6e30ecb0688596d057d5e6e73cd778426d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:53:59 +0000 Subject: [PATCH] Update dependency pymysql to v1.1.1 [SECURITY] --- poetry.lock | 12 ++++++------ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c46c92..c04f4e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,18 +383,18 @@ files = [ [[package]] name = "pymysql" -version = "1.1.0" +version = "1.1.3" description = "Pure Python MySQL Driver" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "PyMySQL-1.1.0-py3-none-any.whl", hash = "sha256:8969ec6d763c856f7073c4c64662882675702efcb114b4bcbb955aea3a069fa7"}, - {file = "PyMySQL-1.1.0.tar.gz", hash = "sha256:4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96"}, + {file = "pymysql-1.1.3-py3-none-any.whl", hash = "sha256:8164ba62c552f6105f3b11753352d0f16b90d1703ba67d81923d5a8a5d1c5289"}, + {file = "pymysql-1.1.3.tar.gz", hash = "sha256:e70ebf2047a4edf6138cf79c68ad418ef620af65900aa585c5e8bfc95044d43a"}, ] [package.extras] -ed25519 = ["PyNaCl (>=1.4.0)"] -rsa = ["cryptography"] +ed25519 = ["PyNaCl (>=1.6.2)"] +rsa = ["cryptography (>=46.0.7)"] [[package]] name = "pytest" diff --git a/requirements.txt b/requirements.txt index b7cfd78..74f9283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.3.0 ; python_version >= "3.10" and python_version < "4.0" pycodestyle==2.11.0 ; python_version >= "3.10" and python_version < "4.0" pyflakes==3.1.0 ; python_version >= "3.10" and python_version < "4.0" -pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0" +pymysql==1.1.1 ; python_version >= "3.10" and python_version < "4.0" pytest==7.4.0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" sqlalchemy==2.0.20 ; python_version >= "3.10" and python_version < "4.0"