From a8b58c2038f70bece5f48254bf32b544b9372cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:13:48 +0000 Subject: [PATCH] chore(deps-dev): Update ruff requirement in /apps/example-app Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- apps/example-app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/example-app/pyproject.toml b/apps/example-app/pyproject.toml index eb3e564..b2fdf34 100644 --- a/apps/example-app/pyproject.toml +++ b/apps/example-app/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ [dependency-groups] dev = [ "pytest>=9.1.1", - "ruff>=0.16.3", + "ruff>=0.16.4", ] [project.scripts]