From 1f65193dd9caab31f0844ca1380e1f9a2581df41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:20:39 +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.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 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 b2fdf34..263ac6d 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.4", + "ruff>=0.16.5", ] [project.scripts]