From 280dec4cf9990c5fc94f978d81d2ca7fcc2386a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:34:33 +0000 Subject: [PATCH] chore(deps): bump idna in /src/containers/image-pii-detection Bumps [idna](https://github.com/kjd/idna) from 2.10 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.10...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/containers/image-pii-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/image-pii-detection/requirements.txt b/src/containers/image-pii-detection/requirements.txt index a50b4853..e6ccad4e 100644 --- a/src/containers/image-pii-detection/requirements.txt +++ b/src/containers/image-pii-detection/requirements.txt @@ -11,7 +11,7 @@ base64image==0.5.1 urllib3==1.26.6 python-dateutil==2.8.2 certifi==2022.12.7 -idna==2.10 +idna==3.7 chardet==4.0.0 pypdf==3.12.1 python-magic==0.4.27