From e2b19ef77230c68a5ebb682b99ad679a3829f67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:40:37 +0000 Subject: [PATCH] Bump requests from 2.32.4 to 2.33.0 in /infra Bumps [requests](https://github.com/psf/requests) from 2.32.4 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.4...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/requirements-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/requirements-core.txt b/infra/requirements-core.txt index 4e8750a2..e2e90123 100644 --- a/infra/requirements-core.txt +++ b/infra/requirements-core.txt @@ -11,7 +11,7 @@ django-storages==1.14.6 Django==4.2.29 rcvformats==0.0.46 selenium==4.31.0 # Stay below 4.32.0 until this is fixed: https://github.com/SeleniumHQ/selenium/issues/15772 -requests==2.32.4 +requests==2.33.0 whitenoise==6.4.0 # For tests