diff --git a/poetry.lock b/poetry.lock index 0c46c92..225cdc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -383,13 +383,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 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"