From 155475ca992c8e5b1caba23f62c58d1249df2d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 05:15:47 +0000 Subject: [PATCH] Bump urllib3 in /code/aws/lambda-function/sqs-sns_example Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. - [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.26.5...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/aws/lambda-function/sqs-sns_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/aws/lambda-function/sqs-sns_example/requirements.txt b/code/aws/lambda-function/sqs-sns_example/requirements.txt index d64b20f..cf28356 100644 --- a/code/aws/lambda-function/sqs-sns_example/requirements.txt +++ b/code/aws/lambda-function/sqs-sns_example/requirements.txt @@ -15,7 +15,7 @@ PyYAML==5.4 requests==2.31.0 s3transfer==0.1.13 six==1.10.0 -urllib3==1.26.5 +urllib3==1.26.18 autopep8==1.4 appdirs==1.4.3 packaging==16.8