From 97560b9542b5933f29ec136c28c3a623c60db077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:39:04 +0000 Subject: [PATCH] Bump idna from 2.8 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.15. - [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/v2.8...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index be6ed8d..eefe83d --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ async-timeout==3.0.1 # via aiohttp, aioredis attrs==18.2.0 # via aiohttp chardet==3.0.4 # via aiohttp hiredis==0.3.1 # via aioredis -idna==2.8 # via yarl +idna==3.15 # via yarl jinja2==2.10 # via aiohttp-jinja2 markupsafe==1.1.0 # via jinja2 multidict==4.5.2 # via aiohttp, yarl