From 112a7fd2e49ad01d818f9026a304c56587f9d514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:18:23 +0000 Subject: [PATCH] Bump idna from 2.7 to 3.7 in /code/aws/lambda-function/sqs-sns_example Bumps [idna](https://github.com/kjd/idna) from 2.7 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.7...v3.7) --- updated-dependencies: - dependency-name: idna 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 874bbe6..3e9e25f 100644 --- a/code/aws/lambda-function/sqs-sns_example/requirements.txt +++ b/code/aws/lambda-function/sqs-sns_example/requirements.txt @@ -5,7 +5,7 @@ chardet==3.0.4 click==6.6 docutils==0.12 futures==3.2.0 -idna==2.7 +idna==3.7 jmespath==0.9.0 pyaml==15.8.2 python-dateutil==2.5.3