diff --git a/templates/django-api/pyproject.toml b/templates/django-api/pyproject.toml index 16a6591..e50a6aa 100644 --- a/templates/django-api/pyproject.toml +++ b/templates/django-api/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "pyright>=1.1.411", "pytest>=9.1.1", "pytest-django>=4.14.0", - "ruff>=0.16.3", + "ruff>=0.16.4", ] [build-system] diff --git a/templates/fastapi-starter/pyproject.toml b/templates/fastapi-starter/pyproject.toml index b206877..0e803a2 100644 --- a/templates/fastapi-starter/pyproject.toml +++ b/templates/fastapi-starter/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "pyright>=1.1.411", "pytest>=9.1.1", "pytest-asyncio>=1.4.0", - "ruff>=0.16.3", + "ruff>=0.16.4", ] [build-system] diff --git a/templates/uv-workspace-starter/pyproject.toml b/templates/uv-workspace-starter/pyproject.toml index 1489bf8..1ae5894 100644 --- a/templates/uv-workspace-starter/pyproject.toml +++ b/templates/uv-workspace-starter/pyproject.toml @@ -13,7 +13,7 @@ python-preference = "managed" [dependency-groups] dev = [ - "ruff>=0.16.3", + "ruff>=0.16.4", "pyright>=1.1.411", "mypy>=2.3.1", "pytest>=9.1.1",