From 242f948fd65030be796ea6f3c52d8ef9e019d204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:51:17 +0000 Subject: [PATCH] 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] --- requirements_mypy.txt | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_mypy.txt b/requirements_mypy.txt index 92d9e042..aebe0800 100644 --- a/requirements_mypy.txt +++ b/requirements_mypy.txt @@ -14,7 +14,7 @@ hatchling==1.27.0 # via -r requirements_mypy.in hyperlink==21.0.0 # via twisted -idna==3.11 +idna==3.15 # via hyperlink incremental==24.7.2 # via twisted diff --git a/requirements_tests.txt b/requirements_tests.txt index 53b56f06..ae132e9f 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -54,7 +54,7 @@ hyperlink==21.0.0 # via # hatch # twisted -idna==3.11 +idna==3.15 # via # anyio # httpx