From 90b466cd9800bce511caa2b6c4cd8d4aa119f1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:54:39 +0000 Subject: [PATCH] Update ruff requirement from ^0.12.10 to >=0.12.10,<0.15.0 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.12.10...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f742634..bd750582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ setuptools = ">=80.9.0" rich = "^14.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.12.10" +ruff = ">=0.12.10,<0.15.0" [build-system] requires = ["poetry-core>=1.0.0"]