From cc7aa21ce3495d9f39d488f103b6c28eea46340f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:08:00 +0000 Subject: [PATCH] chore(deps): bump pypdf from 6.9.2 to 6.10.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.9.2 to 6.10.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/6.9.2...6.10.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09a316361e9..0ee315c4a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ jsonschema==4.23.0 # validating json schema - aligned with openapi-core + mcp websockets==15.0.1 # for realtime API soundfile==0.12.1 # for audio file processing openapi-core==0.21.0 # for OpenAPI compliance tests -pypdf==6.9.2 # for PDF text extraction in RAG ingestion (CVE-2026-27888) +pypdf==6.10.0 # for PDF text extraction in RAG ingestion (CVE-2026-27888) # Transitive deps pinned to prevent floating between builds aiofiles==24.1.0 # transitive dep (langfuse)