From 2b1691d8348f723ca08e4411f3b002ddbccc8979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:36:58 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `requests` from 2.32.2 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.32.2...v2.32.4) Updates `urllib3` from 1.26.19 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.19...2.5.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.in | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index c3d1a59..ebc002a 100644 --- a/requirements.in +++ b/requirements.in @@ -41,7 +41,7 @@ pytz==2023.2 pytz-deprecation-shim==0.1.0.post0 PyYAML==6.0 redis==4.5.4 -requests==2.32.2 +requests==2.32.4 six==1.16.0 sqlparse==0.5.0 structlog==22.3.0 @@ -49,7 +49,7 @@ tqdm==4.66.3 tzdata==2023.3 tzlocal==4.3 uritemplate==4.1.1 -urllib3==1.26.19 +urllib3==2.5.0 vine==5.0.0 wcwidth==0.2.6 whitenoise==5.2.0 diff --git a/requirements.txt b/requirements.txt index b304323..8488dfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -174,7 +174,7 @@ redis==4.5.4 # via # -r requirements.in # django-redis -requests==2.32.2 +requests==2.32.4 # via # -r requirements.in # openai @@ -209,7 +209,7 @@ uritemplate==4.1.1 # via # -r requirements.in # drf-spectacular -urllib3==1.26.19 +urllib3==2.5.0 # via # -r requirements.in # requests