From 6350a1cdd66482d565fa8cad4443d00cf419415c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:12:40 +0000 Subject: [PATCH] build(deps): bump pypdf from 6.4.0 to 6.4.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.4.0 to 6.4.1. - [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.4.0...6.4.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15e828c..9f14db8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -114,7 +114,7 @@ pygments==2.19.2 # via # -r requirements.in # pytest -pypdf==6.4.0 +pypdf==6.4.1 # via -r requirements.in pytest==9.0.1 # via -r requirements.in