From 5e3e96a81fd7770388ec80a2df84ad358b317843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 00:46:56 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 2 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.8.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/deployment/modal-example/requirements.txt | 2 +- examples/studypal/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/deployment/modal-example/requirements.txt b/examples/deployment/modal-example/requirements.txt index 74e9e47d0b..a83a63ef6c 100644 --- a/examples/deployment/modal-example/requirements.txt +++ b/examples/deployment/modal-example/requirements.txt @@ -2,4 +2,4 @@ python-dotenv==1.0.1 modal==0.65.48 pipecat-ai[daily,silero,cartesia,openai]==0.0.48 fastapi==0.115.4 -aiohttp==3.12.14 +aiohttp==3.13.3 diff --git a/examples/studypal/requirements.txt b/examples/studypal/requirements.txt index a2e7b803db..ad3d55dae9 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.8.0 tiktoken==0.7.0 pipecat-ai[daily,cartesia,openai,silero] python-dotenv==1.0.1 diff --git a/pyproject.toml b/pyproject.toml index fd720ce26d..15d01ffc23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "Markdown>=3.7,<4", "nltk>=3.9.1,<4", "numpy>=1.26.4,<3", - "Pillow>=11.1.0,<12", + "Pillow>=11.1.0,<13", "protobuf>=5.29.3", "pydantic>=2.10.6,<3", "pyloudnorm~=0.1.1",