From 28127e62c7eb95c3785b4adc07022123adc4042b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:17:06 +0000 Subject: [PATCH] build(deps): update ruff requirement from <1,>=0.9 to >=0.16.3,<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.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 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..987b38c 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.3,<1 # OpenAPI contract validation for wm-serve (CI validates /openapi.json). openapi-spec-validator==0.9.0