From 91dc82fd144bf0f15731860054150ad0bc530130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:51:11 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.18 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 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.26.18...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 490a97b0eb1..825c2bb24b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ Django==5.2.9 # Other beautifulsoup4==4.12.3 hyperlink==21.0.0 -urllib3==1.26.18 +urllib3==2.6.3 Paver==1.3.4 python-slugify==8.0.4 decorator==5.1.1