From e8b31ab23f8521db8912b172df74804300fdb782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:58:23 +0000 Subject: [PATCH] Bump idna from 2.7 to 3.7 in /tests Bumps [idna](https://github.com/kjd/idna) from 2.7 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.7...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements_test.txt b/tests/requirements_test.txt index b3c51f4..f7b6132 100644 --- a/tests/requirements_test.txt +++ b/tests/requirements_test.txt @@ -1,6 +1,6 @@ coverage == 3.7.1 ; python_version == '3.2' coverage ; python_version != '3.2' coveralls -idna == 2.7 ; python_version == '2.6' +idna == 3.7 ; python_version == '2.6' pycparser == 2.18 ; python_version == '2.6' pyyaml ; python_version != '3.4'