From d3af4ed13d61c9348f5561c17950b1c40dab3517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:53:27 +0000 Subject: [PATCH] Update idna requirement from <3,>=2.5 to >=2.5,<4 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.2) --- 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 9de0bac..836e2b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ fastapi==0.65.2 greenlet==1.1.0 h11==0.12.0 httptools==0.2.0 -idna<3,>=2.5 +idna>=2.5,<4 iniconfig==1.1.1 isort==5.8.0 lazy-object-proxy==1.6.0