diff --git a/pyproject.toml b/pyproject.toml index f8d711e..d0c93cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pydantic = {version = "^1.8.0", optional = true} httpx = {version = ">=0.22,<0.27", optional = true} [tool.poetry.dev-dependencies] -pytest = "7.4.4" +pytest = "8.1.1" pytest-asyncio = "0.23.6" pytest-cov = "4.1.0" black = {version = "24.1.1"}