From 7f539a29c6ba668300108f774f7fef5e3132ed62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:30:02 +0000 Subject: [PATCH] Update ruff requirement from <0.14.0,>=0.12.7 to >=0.12.7,<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.7...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d0ea8a0..adc5c00 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ nox~=2025.11.12 pdoc>=15.0.4,<16.1.0 # Format - Type checking. -ruff>=0.12.7,<0.14.0 +ruff>=0.12.7,<0.15.0 isort>=6.0.1,<7.1.0 pyright~=1.1.403 codespell~=2.4.1