From 9f920739bdea5dae0cab4f15e1cca98882ad5452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:28:16 +0000 Subject: [PATCH] Bump idna from 3.16 to 3.17 Bumps [idna](https://github.com/kjd/idna) from 3.16 to 3.17. - [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/v3.16...v3.17) --- updated-dependencies: - dependency-name: idna dependency-version: '3.17' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb61453..0c4a639 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ 'colorama==0.4.6', 'cryptography==48.0.0', 'feedparser==6.0.12', - 'idna==3.16', + 'idna==3.17', 'keystone-engine', 'lxml==6.1.1', 'OpenCv-python==4.13.0.92',