diff --git a/poetry.lock b/poetry.lock index 15469fb..9559527 100644 --- a/poetry.lock +++ b/poetry.lock @@ -256,14 +256,14 @@ files = [ [[package]] name = "tortoise-orm" -version = "0.19.2" +version = "0.19.3" description = "Easy async ORM for python, built with relations in mind" category = "main" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "tortoise-orm-0.19.2.tar.gz", hash = "sha256:bff4d79abfca7fb805972bb2438e8e0cd2e6590bc2cfd7593a803518a027bbf0"}, - {file = "tortoise_orm-0.19.2-py3-none-any.whl", hash = "sha256:a99b8c9f42d5cd49493c70471b5c9a5df8ecf49cc624f2f41b9dc75bba993ac5"}, + {file = "tortoise_orm-0.19.3-py3-none-any.whl", hash = "sha256:9e368820c70a0866ef9c521d43aa5503485bd7a20a561edc0933b7b0f7036fbc"}, + {file = "tortoise_orm-0.19.3.tar.gz", hash = "sha256:ca574bca5191f55608f9013314b1f5d1c6ffd4165a1fcc2f60f6c902f529b3b6"}, ] [package.dependencies] @@ -278,7 +278,7 @@ aiomysql = ["aiomysql"] asyncmy = ["asyncmy (>=0.2.5,<0.3.0)"] asyncodbc = ["asyncodbc (>=0.1.1,<0.2.0)"] asyncpg = ["asyncpg"] -psycopg = ["psycopg[binary,pool]"] +psycopg = ["psycopg[binary,pool] (==3.0.12)"] [[package]] name = "typing-extensions"