From 482a7d956840bab2ce98ee1f8c332fa0e8e3f785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 17:00:30 +0000 Subject: [PATCH] Bump idna from 3.7 to 3.11 Bumps [idna](https://github.com/kjd/idna) from 3.7 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.7...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] --- pelican/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/requirements.txt b/pelican/requirements.txt index 5f1e0f4b..4bcd5042 100644 --- a/pelican/requirements.txt +++ b/pelican/requirements.txt @@ -24,7 +24,7 @@ beautifulsoup4==4.14.3 ezt==1.1 PyYAML==6.0.3 certifi==2026.2.25 -idna==3.7 +idna==3.11 charset-normalizer==3.4.6 urllib3==2.6.3 requests==2.33.0