From dcccb461854c7e421610a8943a3340a3095f4158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:54:11 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.18 to 2.3.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.3.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.18...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c6b4132b859..ef380ee6901 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ beautifulsoup4==4.12.3 httplib2<0.22.1 hyperlink==21.0.0 idna>=2.5,<4 -urllib3==1.26.18 +urllib3==2.3.0 Paver==1.3.4 python-slugify==8.0.4 decorator==5.1.1