From faeb24bac7e8b0aa0ce5b53ae565a348a6b14367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:03:57 +0000 Subject: [PATCH] chore(deps): bump pypdf from 5.9.0 to 6.1.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.9.0 to 6.1.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/5.9.0...6.1.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 733e01e..3e7e72f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,5 +18,5 @@ pydantic-settings pydantic_core python-decouple==3.8 python-dotenv==1.1.1 -pypdf==5.9.0 +pypdf==6.1.1 tiktoken==0.9.0