From 6d0b401cb7202e0c1598c86834f044ba5938330f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:56:17 +0000 Subject: [PATCH] Bump urllib3 from 1.25.7 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.7 to 1.26.5. - [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.25.7...1.26.5) --- 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 49e02a7..ce201ae 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ 'tqdm==4.24.0', 'unicodecsv==0.14.1', 'Unidecode==1.0.22', - 'urllib3==1.25.7', + 'urllib3==1.26.5', 'vine==1.1.4', 'watchtower==0.5.3', 'WeasyPrint==0.42.3',