From 5b1dcb93bbc2db2bbbf32a6197d075cee7ef2fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:35:41 +0000 Subject: [PATCH] :arrow_up: Bump requests from 2.32.5 to 2.33.0 in /src/summary Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/summary/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index f130c588..026f8676 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "mutagen==1.47.0", "openai==2.28.0", "posthog==7.9.12", - "requests==2.32.5", + "requests==2.33.0", "sentry-sdk[fastapi, celery]==2.54.0", "langfuse==4.0.0" ]