diff --git a/pyproject.toml b/pyproject.toml index 805db0b..5f36d27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ fastapi = "0.109.0" uvicorn = "0.27.0.post1" [tool.poetry.dev-dependencies] -pytest = "8.0.0" +pytest = "8.0.2" pytest-cov = "^4.1.0" ruff = "^0.2.1" httpx = "0.26.0"