From f36c1b97d7ac9b3a83b4ff0323ed4c823f943f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:55:29 +0000 Subject: [PATCH] Bump idna from 3.4 to 3.11 Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.11. - [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.4...v3.11) --- updated-dependencies: - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f539f7..a4c9e6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.5.7 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.1.0 ; python_version >= "3.11" and python_version < "4.0" -idna==3.4 ; python_version >= "3.11" and python_version < "4.0" +idna==3.11 ; python_version >= "3.11" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.0.3 ; python_version >= "3.11" and python_version < "4.0"