From a7a64d0a0e6dae14e0dff4279687a5fe914b027c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 21:43:46 +0000 Subject: [PATCH] chore(deps-dev): bump the devdependencies group across 3 directories with 1 update Updates the requirements on and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.4) Updates `ruff` to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.4) Updates `ruff` to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: devdependencies - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: devdependencies - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: devdependencies ... Signed-off-by: dependabot[bot] --- templates/django-api/pyproject.toml | 2 +- templates/fastapi-starter/pyproject.toml | 2 +- templates/uv-workspace-starter/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",