From 5b5e442b9ccfc5d6a590909a1adec74a6fe5402c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:11:19 +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.16) --- updated-dependencies: - dependency-name: idna dependency-version: '3.16' 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..b992f5dbf 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.16,<3.17 libmozdata==0.2.12 multidict==6.7.0 rs_parsepatch==0.4.4