From fa0275a08a6f61276422dec5a389fe1631606ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:24:41 +0000 Subject: [PATCH] Bump urllib3 from 1.25.5 to 1.25.8 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.5 to 1.25.8. - [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.25.8) 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 0de78fd..49ffdf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ oauth2client==4.1.3 requests-toolbelt==0.9.1 python-jwt==3.2.4 pycryptodome==3.9.0 -urllib3==1.25.5 \ No newline at end of file +urllib3==1.25.8 \ No newline at end of file diff --git a/setup.py b/setup.py index 95bf54a..19bfe3d 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.25.8' ] )