From 3220fbdff0ff60bed26a23b0150fc2aa4e99c7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:47:51 +0000 Subject: [PATCH] Update idna requirement from <4,>=3.15 to >=3.18,<4 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 2363d05..79f735f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PySide6>=6.5.1.1,<6.6 mss>=9.0,<11 Pillow>=12.3.0,<13 requests>=2.33.0,<3 -idna>=3.15,<4 +idna>=3.18,<4 urllib3>=2.7.0,<3 typing_extensions>=4.12.2,<5 ; sys_platform == "win32" winrt-runtime>=3.2,<4 ; sys_platform == "win32"