From bfb1a0944faf08d95ad70ea0d45ddc0482858e68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:06:09 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.18 in /infra/python/deps Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.18. - [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.18) --- 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 fe61de14b2..029749b787 100644 --- a/infra/python/deps/requirements.txt +++ b/infra/python/deps/requirements.txt @@ -55,7 +55,7 @@ pywebhdfs == 0.3.2 requests == 2.21.0 chardet == 3.0.4 idna == 2.8 - urllib3 == 1.24.2 + urllib3 == 1.26.18 certifi == 2020.12.5 sasl == 0.2.1 sh == 1.11