From c69c3d16e5e61370a742760f814818bec91160f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 07:06:51 +0000 Subject: [PATCH] Bump urllib3 from 1.15.1 to 1.24.2 in /integration/data-fetch Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.15.1 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.15.1...1.24.2) 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..8c8c0ef 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 -urllib3==1.15.1 +urllib3==1.24.2 wheel==0.24.0