diff --git a/pyproject.toml b/pyproject.toml index f56e97b..9f4a0e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest==9.1.1", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "ruff==0.16.5", + "ruff==0.16.6", ] [project.urls] diff --git a/requirements.in b/requirements.in index 3ab6b97..c05d269 100644 --- a/requirements.in +++ b/requirements.in @@ -8,6 +8,6 @@ pydantic==2.13.5 pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 -ruff==0.16.5 +ruff==0.16.6 setuptools==84.0.0 uvicorn[standard]==0.52.4