From a2c1bed3d11752ccb86703f9f689c6cd2b1722d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 07:02:16 +0000 Subject: [PATCH] Bump urllib3 in /aws/lambda-function/sqs-sns_example Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. - [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/1.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 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 53264cd..3cbe049 100644 --- a/aws/lambda-function/sqs-sns_example/requirements.txt +++ b/aws/lambda-function/sqs-sns_example/requirements.txt @@ -15,7 +15,7 @@ PyYAML==5.1 requests==2.20.0 s3transfer==0.1.13 six==1.10.0 -urllib3==1.24.2 +urllib3==1.26.5 autopep8==1.4 appdirs==1.4.3 packaging==16.8