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