From 0b70516eda0f89289620a5f130c44b96d4320588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:35:26 +0000 Subject: [PATCH] build(deps): update ruff requirement from <1,>=0.16.6 to >=0.16.7,<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.16.6...0.16.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d2d210e..107d2ed 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ # Test/lint dependencies for local dev and CI. pytest>=9.1.1,<10 pypdf>=6.16.2,<7 -ruff>=0.16.6,<1 +ruff>=0.16.7,<1 # OpenAPI contract validation for wm-serve (CI validates /openapi.json). openapi-spec-validator==0.9.0 # Interactive TUI (wm-tui) — installed so CI actually exercises the tui tests.