diff --git a/poetry.lock b/poetry.lock
index 3329df0..36c42b3 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -658,13 +658,13 @@ files = [
 
 [[package]]
 name = "pymysql"
-version = "1.1.0"
+version = "1.1.1"
 description = "Pure Python MySQL Driver"
 optional = false
 python-versions = ">=3.7"
 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.1-py3-none-any.whl", hash = "sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c"},
+    {file = "pymysql-1.1.1.tar.gz", hash = "sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0"},
 ]
 
 [package.extras]
diff --git a/requirements.txt b/requirements.txt
index 1dfc1d8..3cd7998 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,7 +32,7 @@ platformdirs==4.2.0 ; python_version >= "3.10" and python_version < "4.0"
 ply==3.11 ; python_version >= "3.10" and python_version < "4.0"
 pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "4.0"
 pyflakes==3.2.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"
 python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
 redis==5.0.3 ; python_version >= "3.10" and python_version < "4.0"
 sqlalchemy==2.0.29 ; python_version >= "3.10" and python_version < "4.0"