From fe33ce4fd2c584cbde798fe50173b15b05706cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:08:03 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.1.1 to 6.6.2 in /app Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.1.1 to 6.6.2. - [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.1.1...6.6.2) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 1759d51..98b5034 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ flasgger==0.9.7.1 Flask==3.1.2 -pypdf==6.1.1 +pypdf==6.6.2 pytest==8.4.2