diff --git a/pyproject.toml b/pyproject.toml index 2a50b02..6752445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ uvicorn = "0.30.4" [tool.poetry.dev-dependencies] pytest = "8.3.2" pytest-cov = "^5.0.0" -ruff = "^0.5.0" +ruff = "^0.6.3" httpx = "0.27.2" [tool.pytest.ini_options]