From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 22:54:07 +0000 (+0000) Subject: build(deps): bump idna from 3.11 to 3.15 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3625%2Fhead;p=thirdparty%2Ftornado.git build(deps): bump idna from 3.11 to 3.15 Bumps [idna](https://github.com/kjd/idna) from 3.11 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/v3.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- diff --git a/requirements.txt b/requirements.txt index e0d19f12..29e273cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ filelock==3.25.2 # virtualenv flake8==7.3.0 # via -r requirements.in -idna==3.11 +idna==3.15 # via requests imagesize==2.0.0 # via sphinx