From 8cb2da37750d3d1c73aebfc0c1de59eb4eeac215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 11:55:18 +0000 Subject: [PATCH] Bump requests from 2.7.0 to 2.20.0 Bumps [requests](https://github.com/requests/requests) from 2.7.0 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.7.0...v2.20.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f9cd02..6e4ca40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ py==1.4.29 pytest==3.0.2 -requests==2.7.0 +requests==2.20.0 six==1.9.0 wheel==0.24.0