From e5b64f2eae80a175c1d1fbf66fb04c41189e627a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:42:38 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 in /plugins/cylance_protect Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests 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..bab78bea1d 100644 --- a/plugins/cylance_protect/requirements.txt +++ b/plugins/cylance_protect/requirements.txt @@ -3,6 +3,6 @@ # See: https://pip.pypa.io/en/stable/user_guide/#requirements-files PyJWT==2.4.0 validators==0.21.0 -requests==2.31.0 +requests==2.32.2 urllib3==2.0.7 parameterized==0.8.1 \ No newline at end of file