diff --git a/pyproject.toml b/pyproject.toml index 5e4d079..fa4c34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ fastapi = "0.111.0" uvicorn = "0.30.4" [tool.poetry.dev-dependencies] -pytest = "8.2.2" +pytest = "8.3.2" pytest-cov = "^5.0.0" ruff = "^0.5.0" httpx = "0.27.0"