From b3dfe09aa8e7a9b0974e80960bfeaacbcd3d69bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 21:18:04 +0000 Subject: [PATCH] Bump requests from 2.26.0 to 2.32.4 in /environment/requirements Bumps [requests](https://github.com/psf/requests) from 2.26.0 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.26.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- environment/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment/requirements/requirements.txt b/environment/requirements/requirements.txt index 15e1c1c..354b66a 100644 --- a/environment/requirements/requirements.txt +++ b/environment/requirements/requirements.txt @@ -9,7 +9,7 @@ djangorestframework==3.12.4 h11==0.12.0 idna==3.3 pytz==2021.3 -requests==2.26.0 +requests==2.32.4 sqlparse==0.4.2 urllib3==1.26.7 uvicorn==0.15.0