From 6a09d4e060e879570923ca31ec9182f0ac53b7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:42:53 +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 a1c9815..d0e7d63 100644 --- a/testapp/requirements.txt +++ b/testapp/requirements.txt @@ -3,7 +3,7 @@ attrs==21.4.0 certifi==2023.7.22 charset-normalizer==2.0.12 jinja2 -idna==3.3 +idna==3.7 iniconfig==2.0.0 greenlet==2.0.1 packaging==21.3