diff --git a/pyproject.toml b/pyproject.toml index bdacbb7..199adbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" license = { text = "Apache-2.0" } dependencies = [ "fastapi==0.135.1", - "uvicorn==0.41.0", + "uvicorn==0.42.0", "pydantic==2.12.5", "typer==0.24.1", "click==8.3.1", @@ -42,7 +42,7 @@ dev = [ "pytest==9.0.2", "pytest-cov>=5.0.0", "build>=1.2.0", - "ruff==0.15.5", + "ruff==0.15.6", "pre-commit==4.5.1", "httpx<0.29", ] diff --git a/requirements.txt b/requirements.txt index c954934..dbd1bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.135.1 -uvicorn==0.41.0 +uvicorn==0.42.0 pydantic==2.12.5 typer==0.24.1 click==8.3.1 # pin: Typer 0.9 compatibility; avoid make_metavar signature mismatch