From 5e2f329f158bb3afe5cca8623b617dc008e26301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 12:02:27 +0000 Subject: [PATCH] build(deps): bump pypdf from 5.2.0 to 5.5.0 in /application Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.2.0 to 5.5.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/5.2.0...5.5.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 944cf80a..1f5884cf 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -56,7 +56,7 @@ pydantic==2.10.6 pydantic-core==2.27.2 pydantic-settings==2.7.1 pymongo==4.11.3 -pypdf==5.2.0 +pypdf==5.5.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 python-jose==3.4.0