From cbac84e09ffc17596406281eb376ce4d07ed6395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:59:33 +0000 Subject: [PATCH] Bump urllib3 from 1.26.7 to 1.26.19 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.7 to 1.26.19. - [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.7...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be4009697..a308cefd2 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ "twitter==1.19.3", "Unidecode==1.3.2", "uritemplate==3.0.1", - "urllib3==1.26.7", + "urllib3==1.26.19", "validators==0.18.2", "wcwidth==0.2.5", "webassets==2.0",