From 15fadffda5a66a4372bf2344e3447f4f14d11795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:21:21 +0000 Subject: [PATCH] Bump idna from 2.10 to 3.7 in /textimager-uima-vader/src/main/docker 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-version: '3.7' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- textimager-uima-vader/src/main/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textimager-uima-vader/src/main/docker/requirements.txt b/textimager-uima-vader/src/main/docker/requirements.txt index a22bc36f..9878e572 100644 --- a/textimager-uima-vader/src/main/docker/requirements.txt +++ b/textimager-uima-vader/src/main/docker/requirements.txt @@ -5,7 +5,7 @@ click==8.0.1 fastapi==0.66.0 fuzzywuzzy==0.18.0 h11==0.12.0 -idna==2.10 +idna==3.7 pydantic==1.8.2 requests==2.25.1 starlette==0.14.2