From fb33072a1d081f276fe82ec7f4e92f4c8814f01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:19:53 +0000 Subject: [PATCH] Update requests requirement from ==2.32.* to ==2.34.* Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.0...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e37695c00e..4532ee2f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "qrcode==8.2", "redis==7.4.*", "reportlab==4.4.*", - "requests==2.32.*", + "requests==2.34.*", "sentry-sdk==2.58.*", "sepaxml==2.7.*", "stripe==7.9.*",