From 09131c062e2d926816a6440b8f63dddfd6168bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:51:52 +0000 Subject: [PATCH] Bump urllib3 from 1.25.5 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.5 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.5...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 a39f9e5..74b5085 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.22.0 requests-toolbelt==0.9.1 -urllib3==1.25.5 +urllib3==1.26.5 cachetools==3.1.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 7cba8c8..16cdb5d 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ 'requests_toolbelt==0.9.1', 'python_jwt==3.2.4', 'pycryptodome==3.9.0', - 'urllib3==1.25.5' + 'urllib3==1.26.5' ] )