From ccaedaecc9bef6559f76cb7d97800c133d68252e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:55:56 +0000 Subject: [PATCH] chore(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.16.2...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index efa1227..50175f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ # Keep this file lean — only what's needed to run tests, linters, and benches. # ── Linting & formatting ──────────────────────────────────────────────────── -ruff>=0.16.2,<1.0 +ruff>=0.16.4,<1.0 pre-commit>=4.6.2,<5.0 # ── Tests ───────────────────────────────────────────────────────────────────