From 927bc90e7a8bbcfcd99411b27d0f570a86feaf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:52:52 +0000 Subject: [PATCH] Update idna requirement from >=3.6 to >=3.19 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.md) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.19) --- updated-dependencies: - dependency-name: idna dependency-version: '3.19' 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 0681149..b29df09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ yarl>=1.8.2 aiofiles>=23.1.0 attrs>=23.1.0 tenacity>=8.2.0,!=8.4.0,<10.0.0 -idna>=3.6 +idna>=3.19 certifi>=2023.7.22 # Configuration & File Handling