diff --git a/pyproject.toml b/pyproject.toml index f8d711e..57493ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ httpx = {version = ">=0.22,<0.27", optional = true} [tool.poetry.dev-dependencies] pytest = "7.4.4" pytest-asyncio = "0.23.6" -pytest-cov = "4.1.0" +pytest-cov = "5.0.0" black = {version = "24.1.1"} pre-commit = "3.5.0"