From 78cfaa17e7f0ec612dfd50bf06187d7b5e6d1642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:33:34 +0000 Subject: [PATCH] chore(deps): update idna requirement from >=3.15 to >=3.18 Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [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.15...v3.18) --- updated-dependencies: - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f64535f..80f7ce1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ lxml>=6.1.1 # PYSEC-2026-141 / 142 / GHSA series for urllib3 < 2.7.0. urllib3>=2.7.0 # Transitive of urllib3/requests; PYSEC-2026-215 for idna < 3.15. -idna>=3.15 +idna>=3.18 pyinstaller>=6.21.0