From e0fb40363facb652d02fb32bc8e2b0843afb33e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:04:35 +0000 Subject: [PATCH] Update ruff requirement from ~=0.12.7 to >=0.12.7,<0.14.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.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 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 ef92af4..0e80b40 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ pytest~=8.4.1 pdoc~=15.0.4 # Format - Type checking. -ruff~=0.12.7 +ruff>=0.12.7,<0.14.0 isort~=6.0.1 pyright~=1.1.403 codespell~=2.4.1