From 7cd35670d6c9930ab358d28efeaac8cb4baeb81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:38:31 +0000 Subject: [PATCH] build(deps): update ruff requirement from <1,>=0.9 to >=0.16.4,<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.9.0...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 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 febdd1f..3c4ad1f 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ # Test/lint dependencies for local dev and CI. pytest>=8,<10 pypdf>=6,<7 -ruff>=0.9,<1 +ruff>=0.16.4,<1 # OpenAPI contract validation for wm-serve (CI validates /openapi.json). openapi-spec-validator==0.9.0