From 3af6ef85d2d8a454a88285f7b244ab7e7a2e0ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:20:01 +0000 Subject: [PATCH] Update idna requirement from >=3.6 to >=3.13 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.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.13) --- updated-dependencies: - dependency-name: idna dependency-version: '3.13' 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 ed846de..13c676e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiosignal>=1.3.1 attrs>=23.2.0 beautifulsoup4>=4.12.3 frozenlist>=1.4.0 -idna>=3.6 +idna>=3.13 multidict>=6.0.4 pyfiglet>=1.0.2 soupsieve>=2.5