From 1c3719a923c7528d192d9dbb52b2a33ead8a7dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:52:37 +0000 Subject: [PATCH] Bump pypdf from 4.3.1 to 6.4.0 in /examples/studypal Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.3.1 to 6.4.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/4.3.1...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/studypal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/studypal/requirements.txt b/examples/studypal/requirements.txt index a2e7b803db..dde31ddd8f 100644 --- a/examples/studypal/requirements.txt +++ b/examples/studypal/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.12.3 -pypdf==4.3.1 +pypdf==6.4.0 tiktoken==0.7.0 pipecat-ai[daily,cartesia,openai,silero] python-dotenv==1.0.1