From e0603d8e553091bc901ec1ce124c4d61df65bfdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:01:55 +0000 Subject: [PATCH] Bump idna from 2.5 to 3.15 in /engines/apivoid Bumps [idna](https://github.com/kjd/idna) from 2.5 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v2.5...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engines/apivoid/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/apivoid/requirements.txt b/engines/apivoid/requirements.txt index 17453c98..eccad4f2 100644 --- a/engines/apivoid/requirements.txt +++ b/engines/apivoid/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 click==8.0 Flask==2.2.3 gunicorn==20.1.0 -idna==2.5 +idna==3.15 itsdangerous==2.0 Jinja2==3.1.2 MarkupSafe==2.1.1