diff --git a/pyproject.toml b/pyproject.toml index ae9285c..bd1cedd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ httpx = {version = ">=0.22,<0.27", optional = true} [tool.poetry.dev-dependencies] pytest = "7.4.4" -pytest-asyncio = "0.23.5" +pytest-asyncio = "0.23.5.post1" pytest-cov = "4.1.0" black = {version = "24.1.1"} pre-commit = "3.5.0"