From 3b69d7bff60dec5f97a4c84efbd0326e6d4f7313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 12:25:35 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement from >=0.16.4 to >=0.16.5 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.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 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 e4040bf..6814e98 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.16.4 +ruff>=0.16.5