From ac8a1db56b71b8e0fa115ca853c1a4c1e4913e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:37:56 +0000 Subject: [PATCH] Build(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/0.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.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 a6810f2..3c7ae68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "^7.0.0" mypy = "^1.19.0" pip-audit = "^2.10.0" pytest = "^9.0.2" -ruff = "^0.14.14" +ruff = ">=0.14.14,<0.16.0" [build-system] requires = ["poetry-core>=1.0.0"]