diff --git a/pyproject.toml b/pyproject.toml index 4912330..6e2a0b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ uvicorn = "0.32.0" pytest = "8.3.3" pytest-cov = "^6.0.0" ruff = "^0.8.1" -httpx = "0.27.2" +httpx = "0.28.0" [tool.pytest.ini_options] testpaths = ["tests",]