From ecb6c7b9b6a011c725a8f55b24fc839b7901aab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 01:45:18 +0000 Subject: [PATCH] Bump requests from 2.25.1 to 2.31.0 in /autoscale/gcp/scaleout_functions Bumps [requests](https://github.com/psf/requests) from 2.25.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.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autoscale/gcp/scaleout_functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscale/gcp/scaleout_functions/requirements.txt b/autoscale/gcp/scaleout_functions/requirements.txt index cb77263..9a2f308 100644 --- a/autoscale/gcp/scaleout_functions/requirements.txt +++ b/autoscale/gcp/scaleout_functions/requirements.txt @@ -5,7 +5,7 @@ google-auth==1.28.0 google-auth-httplib2==0.1.0 paramiko==2.11.0 oauth2client==3.0.0 -requests==2.25.1 +requests==2.31.0 urllib3==1.26.9 cryptography==39.0.1 warn==0.1.0 \ No newline at end of file