From 10fc23603786a09225e9100d7e49431ed0bf8359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:53:21 +0000 Subject: [PATCH] Update dependency pymysql to v1.1.1 [SECURITY] --- poetry.lock | 8 ++++---- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0c46c92..03d8fdb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,13 +383,13 @@ files = [ [[package]] name = "pymysql" -version = "1.1.0" +version = "1.1.2" description = "Pure Python MySQL Driver" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.2-py3-none-any.whl", hash = "sha256:e6b1d89711dd51f8f74b1631fe08f039e7d76cf67a42a323d3178f0f25762ed9"}, + {file = "pymysql-1.1.2.tar.gz", hash = "sha256:4961d3e165614ae65014e361811a724e2044ad3ea3739de9903ae7c21f539f03"}, ] [package.extras] 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"