From dca707cd3319cbe269e8080014314e7e058c7a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:46:11 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...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 235e4f7..deec42c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,4 @@ Sphinx==1.6.3 sphinxcontrib-websupport==1.0.1 termcolor==1.1.0 typing==3.6.2 -urllib3==1.22 +urllib3==1.26.5 diff --git a/setup.py b/setup.py index 2dee0b2..4724312 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ packages=find_packages(), install_requires=[ 'requests==2.18.3', - 'urllib3==1.22', + 'urllib3==1.26.5', 'pyOpenSSL==17.2.0', 'cryptography==2.0.3', 'idna==2.5',