diff --git a/poetry.lock b/poetry.lock index cba2f48..74c3ef5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,15 +1,15 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiomysql" -version = "0.2.0" +version = "0.3.0" description = "MySQL driver for asyncio." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "aiomysql-0.2.0-py3-none-any.whl", hash = "sha256:b7c26da0daf23a5ec5e0b133c03d20657276e4eae9b73e040b72787f6f6ade0a"}, - {file = "aiomysql-0.2.0.tar.gz", hash = "sha256:558b9c26d580d08b8c5fd1be23c5231ce3aeff2dadad989540fee740253deb67"}, + {file = "aiomysql-0.3.0-py3-none-any.whl", hash = "sha256:448b31e0d11b6e8dd6e8356b7f39cec0e44293b2c6e368c9e8eeeaff77b3cbec"}, + {file = "aiomysql-0.3.0.tar.gz", hash = "sha256:9e850677d456dc4fea59ad871d4bcdb6adbce02326aaa32a97a43125256f23de"}, ] [package.dependencies] @@ -1494,4 +1494,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "3.11.7" -content-hash = "d48eef4dac0651a6ffa7c6571778ed5f5a6c9fb11af2aaa013ced5283473a633" +content-hash = "ad9eedaa1b87c218565eccb8bde3e41f798e9b591f38c5f1df801bad1de740bc" diff --git a/pyproject.toml b/pyproject.toml index eb551a8..95812fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ gunicorn = "^23.0.0" fastapi-event = "^0.1.3" pythondi = "^1.2.4" ujson = "^5.9.0" -aiomysql = "^0.2.0" +aiomysql = "^0.3.0" click = "^8.1.7" redis = "^5.0.1" pydantic-settings = "^2.1.0"