From c0f2273f6d925072fe023bad7046d477806cefad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:18:23 +0000 Subject: [PATCH] chore(deps): bump idna in /src/containers/object-recognition/model 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/object-recognition/model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/object-recognition/model/requirements.txt b/src/containers/object-recognition/model/requirements.txt index 9bbee580..c3dfac74 100644 --- a/src/containers/object-recognition/model/requirements.txt +++ b/src/containers/object-recognition/model/requirements.txt @@ -8,7 +8,7 @@ Shapely==1.7.1 urllib3==1.26.6 python-dateutil==2.8.2 certifi==2022.12.7 -idna==2.10 +idna==3.7 chardet==4.0.0 onnxruntime boto3