From 93c318e44ad2afffd56aeca70420e6e3e42d8674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 17:37:03 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.24.2) 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 3f9794c..640a318 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,6 @@ s3transfer==0.2.1 six==1.12.0 SQLAlchemy==1.3.6 twilio==6.29.3 -urllib3==1.23 +urllib3==1.24.2 voc==0.1.6 whichcraft==0.6.0 diff --git a/setup.py b/setup.py index 6ebba99..9572d02 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'six==1.12.0', 'SQLAlchemy==1.3.6', 'twilio==6.29.3', - 'urllib3==1.24.3', + 'urllib3==1.24.2', ], #options={ # 'app': {