From ef7224ae4cbd13809ac1a54f7be49099e44d628b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:20:57 +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(-) diff --git a/requirements.txt b/requirements.txt index b02b28639d567c..795bd4ddadbd76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ gevent==1.5.0 ; python_version == '3.7' gevent==20.9.0 ; python_version >= '3.8' greenlet==0.4.15 ; python_version == '3.7' greenlet==0.4.17 ; python_version > '3.7' -idna==2.8 +idna==3.15 Jinja2==2.10.1; python_version < '3.8' # bullseye version, focal patched 2.10 Jinja2==2.11.2; python_version >= '3.8'