From dc4a4f4b63eb64f88f72b95ed5f5d8b29414954a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 18:13:42 +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.1...0.16.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.2 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 b983c9a..59beaa1 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.1", + "ruff>=0.16.2", ] [project.scripts]