From 24011c99f690d0b21d1010f3b6c8c477e457817e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 05:05:10 +0000 Subject: [PATCH] Bump requests from 2.11.1 to 2.20.0 in /test/requirements Bumps [requests](https://github.com/requests/requests) from 2.11.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.11.1...v2.20.0) Signed-off-by: dependabot[bot] --- test/requirements/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements/python-requirements.txt b/test/requirements/python-requirements.txt index e868e14..a8c1f15 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -2,4 +2,4 @@ backoff==1.3.2 docker-compose==1.11.1 docker==2.0.2 pytest==3.0.5 -requests==2.11.1 \ No newline at end of file +requests==2.20.0 \ No newline at end of file