From 6cfb3821f85ad4766d05056ee3d65fb1ddc3c78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:53:04 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.6.2 to 6.7.4 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.4. - [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.4) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.7.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4dfb4c3..d5664e7 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,5 +18,5 @@ pydantic-settings pydantic_core python-decouple==3.8 python-dotenv==1.2.1 -pypdf==6.6.2 +pypdf==6.7.4 tiktoken==0.12.0