From 4fce4ac9d1080916a44b39e4a32c79a750966ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:04:54 +0000 Subject: [PATCH] Update ruff requirement from <1,>=0.9 to >=0.15.21,<1 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.9.0...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index aa46311..96db51c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ --r requirements.txt -pytest>=8.3,<9 -ruff>=0.9,<1 -mypy>=1.14,<2 -pyinstaller>=6.11,<7 +-r requirements.txt +pytest>=8.3,<9 +ruff>=0.15.21,<1 +mypy>=1.14,<2 +pyinstaller>=6.11,<7