From ed9ef62f7ca6efa7937099aefd19da45de7524a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:55:01 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement 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/v0.2.0...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- scripts/project-templates/standard/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..6d96560 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -16,7 +16,7 @@ dev = [ # Code Quality "black>=24.1.0,<25.0.0", - "ruff>=0.2.0,<0.3.0", + "ruff>=0.2.0,<0.16.0", "mypy>=1.8.0,<2.0.0", "isort>=5.13.0,<6.0.0",