From c16a83a3966795b08c342750246107f3cbd18d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:50:38 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 2.6.0 in /URL_Short Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 2.6.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.5...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- URL_Short/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URL_Short/requirements.txt b/URL_Short/requirements.txt index 0513c67f5a..99fa460d8a 100644 --- a/URL_Short/requirements.txt +++ b/URL_Short/requirements.txt @@ -13,5 +13,5 @@ pyshorteners==1.0.1 #0.6.1 pytz==2020.1 #2017.3 requests==2.31.0 #2.18.4 # six==1.10.0 -urllib3==1.26.5 #1.22 +urllib3==2.6.0 #1.22 djangorestframework==3.11.2 # up to date