From fa418fd5f65853a64ba00dfc16a451c846f40926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 14:55:06 +0000 Subject: [PATCH] Bump idna from 3.3 to 3.7 in /testapp Bumps [idna](https://github.com/kjd/idna) from 3.3 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/v3.3...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapp/requirements.txt b/testapp/requirements.txt index b9f8fc3..01ad968 100644 --- a/testapp/requirements.txt +++ b/testapp/requirements.txt @@ -3,7 +3,7 @@ attrs==23.2.0 certifi==2024.2.2 charset-normalizer==3.3.2 jinja2 -idna==3.3 +idna==3.7 iniconfig==2.0.0 greenlet==3.0.3 packaging==21.3