From 65db6fdea4a3a047f2a1268ba34b61f474a04e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 03:27:28 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 in /infra/python/deps Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 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.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt index f357cbbe75..2caf3b2d04 100644 --- a/infra/python/deps/requirements.txt +++ b/infra/python/deps/requirements.txt @@ -67,7 +67,7 @@ pywebhdfs == 0.3.2 requests == 2.20.0 chardet == 3.0.4 idna == 2.8 - urllib3 == 1.24.2 + urllib3 == 1.26.5 certifi == 2020.12.5 sasl == 0.2.1 sh == 1.11