From c1ee32f261fe08d06480b8e4bc1ade3617690743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:34:04 +0000 Subject: [PATCH 1/2] Bump idna from 2.9 to 3.7 in /manager Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.7. - [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/v2.9...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/requirements.txt b/manager/requirements.txt index 44237e54..cbdff28a 100644 --- a/manager/requirements.txt +++ b/manager/requirements.txt @@ -30,7 +30,7 @@ entrypoints==0.3 freezegun==0.3.15 hiredis==3.0.0 hyperlink==21.0.0 -idna==2.9 +idna==3.7 imagesize==1.2.0 importlib-metadata==1.5.0 incremental==22.10.0 From 2677a627df481808746ca4970e2b160e246d9121 Mon Sep 17 00:00:00 2001 From: Sebastian Aranda Sanchez Date: Wed, 7 Aug 2024 13:39:52 -0400 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 39b6e62e..9719b9bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Version History v7.0.0 ------ +* Bump idna from 2.9 to 3.7 in /manager ``_ * Bump pillow from 10.0.1 to 10.3.0 in /manager ``_ * Update core dependencies and remove final traces of the Authlist feature ``_