From 5a83ae96e183b2d0cf485ae13a4d21985223fee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:24:05 +0000 Subject: [PATCH] chore(deps): 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/0.11.13...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ee9036..28f3eed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ testpaths = ["tests"] [dependency-groups] dev = [ - "ruff>=0.11.13,<0.12", + "ruff>=0.11.13,<0.15", "docstr-coverage>=2.3.2,<3", "pytest>=8.4.0,<9", "pytest-cov>=6.1.1,<7",