diff --git a/pyproject.toml b/pyproject.toml index aff72da..35cf8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ repository = "https://github.com/sivakov512/asyncpg-engine" [tool.poetry.dependencies] python = "^3.9" pytest = {version = "^7.2.0", optional = true} -asyncpg = "^0.28.0" +asyncpg = "^0.29.0" [tool.poetry.plugins.pytest11] asyncpg_engine = "asyncpg_engine.pytest_plugin"