From 3aec8e57abdb8203b07fe7699d5e46cd61075e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 18:49:46 +0000 Subject: [PATCH] Bump urllib3 from 2.3.0 to 2.5.0 in /stack/django --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stack/django/requirements-full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/django/requirements-full.txt b/stack/django/requirements-full.txt index 18cf099..b554927 100644 --- a/stack/django/requirements-full.txt +++ b/stack/django/requirements-full.txt @@ -79,6 +79,6 @@ twilio==9.2.2 typing_extensions==4.12.2 tzdata==2025.2 uritemplate==4.1.1 -urllib3==2.3.0 +urllib3==2.5.0 Werkzeug==3.0.3 yarl==1.18.3