From 916e28a56eb6f4b61d5f9319302beabf1c82fbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:31:22 +0000 Subject: [PATCH] Bump requests from 2.28.1 to 2.31.0 in /panw_cortex_xdr Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [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.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panw_cortex_xdr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panw_cortex_xdr/requirements.txt b/panw_cortex_xdr/requirements.txt index 3bb2bdb..10e46ad 100644 --- a/panw_cortex_xdr/requirements.txt +++ b/panw_cortex_xdr/requirements.txt @@ -14,7 +14,7 @@ # limitations under the License. # -requests==2.28.1 +requests==2.31.0 jwt==1.3.1 google-auth==2.15.0 google-cloud==0.34.0