From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:02:46 +0000 (+0000) Subject: Update idna requirement from ^2.1 to >=2.1,<4.0 X-Git-Tag: v2.2.0rc1~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F675%2Fhead;p=thirdparty%2Fdnspython.git 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] --- 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}