From 4ff3536e35fa13818edebe56da8bfd77b604d6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 05:34:27 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 in /libbeat/tests/system Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libbeat/tests/system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/tests/system/requirements.txt b/libbeat/tests/system/requirements.txt index 743fdf14c66..6536649fbce 100644 --- a/libbeat/tests/system/requirements.txt +++ b/libbeat/tests/system/requirements.txt @@ -25,7 +25,7 @@ requests==2.18.4 six==1.11.0 termcolor==1.1.0 texttable==0.9.1 -urllib3==1.22 +urllib3==1.26.5 websocket-client==0.47.0 parameterized==0.6.1 jsondiff==1.1.2