From 3e76fb484e07541c54eabe0137c2d6e16baee220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:35:13 +0000 Subject: [PATCH] build(deps): update pypdf requirement from <7,>=6.16.2 to >=6.18.0,<7 Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.16.2...6.18.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.18.0 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..00477fc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ # Test/lint dependencies for local dev and CI. pytest>=9.1.1,<10 -pypdf>=6.16.2,<7 +pypdf>=6.18.0,<7 ruff>=0.16.6,<1 # OpenAPI contract validation for wm-serve (CI validates /openapi.json). openapi-spec-validator==0.9.0