From 8c3b66cb2426e593cbdb4ea817ac7539d67eec85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 09:27:28 +0000 Subject: [PATCH] build(deps): bump pypdf from 6.6.2 to 6.7.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.0. - [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.6.2...6.7.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d2ce1d..799b0e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -114,7 +114,7 @@ pygments==2.19.2 # via # -r requirements.in # pytest -pypdf==6.6.2 +pypdf==6.7.0 # via -r requirements.in pytest==9.0.2 # via -r requirements.in