From e8f8349ed39f6f11ee1b122368753e35e72ca7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 18:11:52 +0000 Subject: [PATCH] Update ruff requirement from ^0.11.2 to >=0.11.2,<0.13.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.11.2...0.12.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.2 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 ca1726d8..f12c71a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ setuptools = ">=69.5.1,<81.0.0" rich = "^14.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.11.2" +ruff = ">=0.11.2,<0.13.0" [build-system] requires = ["poetry-core>=1.0.0"]