From 956244ef494d3a79973f1a53ffae4fa8bf405d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:35:41 +0000 Subject: [PATCH] [UPDATE] Update requests requirement 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.5...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 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 1d7d8615..a7d63dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "ical>=11.1.0,<14.0.0", "redis[hiredis]>=6.4.0,<8.0.0", "environs[django]>=15.0.1,<16.0.0", - "requests>=2.32.5,<3.0.0", + "requests>=2.33.1,<3.0.0", "honcho>=2.0.0", "psutil>=7.2.2,<8.0.0", "celery[redis]>=5.6.2,<7",