From f01b763b50a00b6ad5bb6b447cdfc1a800e00772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:26:29 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.15.22 to >=0.16.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.15.22...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 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 ed0f356..37b705f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,4 +15,4 @@ pytest>=9.1.1 # No upper bound needed: ruff.toml now pins `select` explicitly, so a release # that widens ruff's defaults can't silently change this repo's gate. # Verified clean on both 0.15.22 and 0.16.0. -ruff>=0.15.22 +ruff>=0.16.0