From a113d4ec6ae63c64663123341d82c8a2ebc300d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 23:04:54 +0000 Subject: [PATCH] Bump requests from 2.9.1 to 2.20.0 in /scripts Bumps [requests](https://github.com/requests/requests) from 2.9.1 to 2.20.0. - [Release notes](https://github.com/requests/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/requests/requests/compare/v2.9.1...v2.20.0) Signed-off-by: dependabot[bot] --- scripts/requirements-simple.txt | 2 +- scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements-simple.txt b/scripts/requirements-simple.txt index 36579b05..54cb18eb 100644 --- a/scripts/requirements-simple.txt +++ b/scripts/requirements-simple.txt @@ -1,4 +1,4 @@ -requests==2.9.1 +requests==2.20.0 six==1.10.0 PyYAML==3.11 ujson==1.33 \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 633e0387..96af89a2 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -29,7 +29,7 @@ pyproj==1.9.5.1 pystache==0.5.4 python-Levenshtein==0.12.0 python-geohash==0.8.5 -requests==2.9.1 +requests==2.20.0 s3transfer==0.1.3 six==1.10.0 ujson==1.35