From bbba8fee492d24830d7c9fbef7d27a02e710fa98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:41:50 +0000 Subject: [PATCH] Bump requests in /aws/lambda-function/sqs-sns_example Bumps [requests](https://github.com/psf/requests) from 2.20.0 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.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- aws/lambda-function/sqs-sns_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/lambda-function/sqs-sns_example/requirements.txt b/aws/lambda-function/sqs-sns_example/requirements.txt index a3436dc..d64b20f 100644 --- a/aws/lambda-function/sqs-sns_example/requirements.txt +++ b/aws/lambda-function/sqs-sns_example/requirements.txt @@ -12,7 +12,7 @@ python-dateutil==2.5.3 python-dotenv==0.9.1 python-lambda==3.2.2 PyYAML==5.4 -requests==2.20.0 +requests==2.31.0 s3transfer==0.1.13 six==1.10.0 urllib3==1.26.5