From 0da9b7934021ef2f0b946eae422185d17f42cf46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 16:07:14 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from <0.16,>=0.4 to >=0.4,<0.17 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/v0.4.0...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 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 e61682f8..a8c110af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ # Ruff 0.16 enables a materially wider ruleset under the repository's # implicit selection; keep CI on the reviewed 0.15 line until that migration # is handled as its own cleanup change. - "ruff>=0.4,<0.16", + "ruff>=0.4,<0.17", "mypy>=1.10", "mutmut>=2.5", "responses>=0.25",