From d445b52d3591b870ac028321cbfed1882146b9bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:28:19 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.7 in /lambda/document-processor Bumps [idna](https://github.com/kjd/idna) from 3.4 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/v3.4...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/document-processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/document-processor/requirements.txt b/lambda/document-processor/requirements.txt index 1d84c46..3a6f74d 100644 --- a/lambda/document-processor/requirements.txt +++ b/lambda/document-processor/requirements.txt @@ -16,7 +16,7 @@ deprecation==2.1.0 exceptiongroup==1.1.3 frozenlist==1.4.0 greenlet==3.0.1 -idna==3.4 +idna==3.7 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==2.4