From d74a02fdcc4d39cb7d0da53196e1f7e3ea93f1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:59:15 +0000 Subject: [PATCH] chore(deps): bump idna from 3.10 to 3.11 Bumps [idna](https://github.com/kjd/idna) from 3.10 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.10...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 405c63f..a0e3ef6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2025.1.31 ; python_version >= "3.9" and python_version < "4.0" charset-normalizer==3.4.1 ; python_version >= "3.9" and python_version < "4.0" dnspython==2.7.0 ; python_version >= "3.9" and python_version < "4.0" -idna==3.10 ; python_version >= "3.9" and python_version < "4.0" +idna==3.11 ; python_version >= "3.9" and python_version < "4.0" markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0" mdutils==1.8.0 ; python_version >= "3.9" and python_version < "4.0"