From 032000b9b57fe2adccdbd7e995cde8289a85582f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 07:06:46 +0000 Subject: [PATCH] Bump requests from 2.10.0 to 2.20.0 in /integration/data-fetch Bumps [requests](https://github.com/psf/requests) from 2.10.0 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.10.0...v2.20.0) Signed-off-by: dependabot[bot] --- integration/data-fetch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/data-fetch/requirements.txt b/integration/data-fetch/requirements.txt index 0dd6004..52986a7 100644 --- a/integration/data-fetch/requirements.txt +++ b/integration/data-fetch/requirements.txt @@ -1,4 +1,4 @@ elasticsearch==1.6.0 -requests==2.10.0 +requests==2.20.0 urllib3==1.15.1 wheel==0.24.0