diff --git a/pyproject.toml b/pyproject.toml index 5213168..9412f7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ readme = "README.md" [tool.poetry.dependencies] alembic = "1.8.1" argon2-cffi = "21.3.0" -databases = { extras = ["asyncpg"], version = "0.6.1" } +databases = { extras = ["asyncpg"], version = "0.6.2" } fastapi = { extras = ["all"], version = "0.86.0" } PyJWT = "2.6.0" python = "^3.10"