From 1610e04dc9c6716dd29c11f3fe1300110064f5b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:17:08 +0000 Subject: [PATCH] build(deps): update pytest requirement from <10,>=8 to >=9.1.1,<10 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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..739ed2d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ # Test/lint dependencies for local dev and CI. -pytest>=8,<10 +pytest>=9.1.1,<10 pypdf>=6,<7 ruff>=0.9,<1 # OpenAPI contract validation for wm-serve (CI validates /openapi.json).