From 6d2c99bb94174ac2a1d7daceee599f64df1f4605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:52:40 +0000 Subject: [PATCH] Bump urllib3 from 1.21.1 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.21.1 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.21.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4133c53..b436181 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ chardet==3.0.3 idna==2.5 lxml==3.8.0 requests==2.20.0 -urllib3==1.21.1 +urllib3==1.26.5 diff --git a/setup.py b/setup.py index a597cb4..a85dac8 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,6 @@ "lxml==3.8.0", "requests==2.20.0", "sh==1.12.14", - "urllib3==1.21.1" + "urllib3==1.26.5" ] )