From b495ca0acc3c64bc68ed94e78280e4333687a9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:20:00 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.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.24.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 318ab53..728d35f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ pytest-mock==1.6.3 PyYAML==3.12 requests==2.21.0 requests-toolbelt==0.8.0 -urllib3==1.24.1 +urllib3==1.26.5 diff --git a/setup.py b/setup.py index c4c8349..ea3f9d5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'PyYAML==3.12', 'requests==2.21.0', 'requests-toolbelt==0.8.0', - 'urllib3==1.24.1' + 'urllib3==1.26.5' ], long_description=open('README.md').read(), entry_points={