diff --git a/pyproject.toml b/pyproject.toml index 423ae5c..7fa5e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pytest-xdist = "^3.8.0" httpx = "^0.28.1" [tool.poetry.group.dev.dependencies] -pytest = "^8.0.0" +pytest = "^9.0.0" pytest-cov = "^4.1.0" pytest-asyncio = "^0.23.0" ruff = "^0.14.7"