From 72758f7d17a220f158528a22be0a8c92ea8528b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:45:45 +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.md) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' 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..aee3d1255 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.15,<3.16 libmozdata==0.2.12 multidict==6.7.0 rs_parsepatch==0.4.4