From fbfd1a6dc2c98f873b59311c1756a0f2fe0cbde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 21:13:40 +0000 Subject: [PATCH] Bump urllib3 from 1.25.3 to 1.25.8 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 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.3...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 0140b52..84fce9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ PyJWT==1.7.1 requests==2.22.0 six==1.12.0 typed-ast==1.3.5 -urllib3==1.25.3 +urllib3==1.25.8 wrapt==1.11.1 diff --git a/setup.py b/setup.py index 218440b..b4dd7ff 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ 'cffi==1.12.3', 'chardet==3.0.4', 'cryptography==2.7', 'deepmap_sdk==1.0', 'idna==2.8', 'isort==4.3.20', 'lazy-object-proxy==1.4.1', 'mccabe==0.6.1', 'pycparser==2.19', 'PyJWT==1.7.1', 'requests==2.22.0', 'six==1.12.0', - 'typed-ast==1.3.5', 'urllib3==1.25.3', 'wrapt==1.11.1' + 'typed-ast==1.3.5', 'urllib3==1.25.8', 'wrapt==1.11.1' ] setup(name='deepmap_cli',