From b0a929c2102c9d4ada6fca845acf1dc77d7ad993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:02:46 +0000 Subject: [PATCH] Update idna requirement from ^2.1 to >=2.1,<4.0 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.1...v3.2) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8a28878..cefe78b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ python = "^3.6" requests-toolbelt = {version="^0.9.1", optional=true} requests = {version="^2.23.0", optional=true} -idna = {version="^2.1", optional=true} +idna = {version=">=2.1,<4.0", optional=true} cryptography = {version=">=2.6,<4.0", optional=true} trio = {version=">=0.14,<0.20", optional=true} curio = {version="^1.2", optional=true} -- 2.47.3