From 76eda8681a39a96db2a8e83a039f7c488c2da5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:51:52 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.32.4 in /src/django Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.32.4. - [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.27.1...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/django/requirements.txt b/src/django/requirements.txt index 5548e92c..63554e9a 100644 --- a/src/django/requirements.txt +++ b/src/django/requirements.txt @@ -23,7 +23,7 @@ gevent==24.11.1 gunicorn==23.0.0 pycountry==22.3.5 pyuca==1.2 -requests==2.27.1 +requests==2.32.4 us==2.0.2 # This been removed from application code but was used in old migrations, so it can't be removed