From be03cddfa18b8f916ab39bef226af7c7d2d8512b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:51:38 +0000 Subject: [PATCH] build(deps): update idna requirement in /tools 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.rst) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.14) --- updated-dependencies: - dependency-name: idna dependency-version: '3.14' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index f2b6a3527..fe16fef25 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.13.5 # Limit idna to avid conflicts -idna>=3.13,<3.14 +idna>=3.14,<3.15 libmozdata==0.2.12 multidict==6.7.0 rs_parsepatch==0.4.4