From 6f8903f666f4d4dfb8c8fd3fa8d2cbd50ba3fda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:32:15 +0000 Subject: [PATCH] Bump urllib3 from 1.25.8 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 2.6.3. - [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.25.8...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1ddeddfcfa..bf53a653484 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ redis==3.4.1 requests>=2.22.0 sqlalchemy # Required by Celery broker transport supervisor==4.1.0 -urllib3==1.25.8 +urllib3==2.6.3 uWSGI==2.0.18 vobject==0.9.6.1 whitenoise>=4.1.2