diff --git a/pyproject.toml b/pyproject.toml index d02cf75..efd635e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ fastapi = "0.110.3" uvicorn = "0.29.0" [tool.poetry.dev-dependencies] -pytest = "8.1.1" +pytest = "8.2.0" pytest-cov = "^5.0.0" ruff = "^0.4.2" httpx = "0.27.0"