From e71c26efbf66e71888de39a58003009db9a1e437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:41:20 +0000 Subject: [PATCH] Update idna requirement from <2.11,>=2.5 to >=2.5,<3.5 Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [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.5...v3.4) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f80ab57a54..525514dd6b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ amqp==5.1.1 beautifulsoup4==4.11.1 httplib2<0.20.5 hyperlink==21.0.0 -idna>=2.5,<2.11 +idna>=2.5,<3.5 urllib3==1.26.12 Paver==1.3.4 python-slugify==6.1.2