From 41df672bbd3be1aa7fb3313450a2a80c92166ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:32:27 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.2.2 in /plugins/cylance_protect Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. - [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/2.0.7...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/cylance_protect/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cylance_protect/requirements.txt b/plugins/cylance_protect/requirements.txt index 5912738e52..30d3ac7eb5 100644 --- a/plugins/cylance_protect/requirements.txt +++ b/plugins/cylance_protect/requirements.txt @@ -4,5 +4,5 @@ PyJWT==2.4.0 validators==0.21.0 requests==2.31.0 -urllib3==2.0.7 +urllib3==2.2.2 parameterized==0.8.1 \ No newline at end of file