From 5ea219b05fb008e300b1deaf67117e7fba39b449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:02:41 +0000 Subject: [PATCH] Bump urllib3 from 1.15.1 to 1.26.5 in /integration/data-fetch Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.15.1 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.15.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... 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..c6a4d4a 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.26.5 wheel==0.24.0