From c2d5f1a4ef636bcaed6a10509132f64c87dea155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 01:55:52 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.18 in /util/pingdom Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 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.3...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- util/pingdom/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pingdom/requirements.txt b/util/pingdom/requirements.txt index a219eadfd80..4f51a55bd6e 100644 --- a/util/pingdom/requirements.txt +++ b/util/pingdom/requirements.txt @@ -11,4 +11,4 @@ idna==2.7 # via requests pyyaml==3.12 # via -r requirements/pingdom.in requests==2.20.0 # via -r requirements/pingdom.in six==1.14.0 # via -r requirements/pingdom.in -urllib3==1.24.3 # via requests +urllib3==1.26.18 # via requests