From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2020 20:03:28 +0000 (+0000) Subject: Update trio requirement from ^0.14 to >=0.14,<0.17 X-Git-Tag: v2.0.0rc1~107^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461dbba6f800991ea56e37886a2dd38f92d6e99c;p=thirdparty%2Fdnspython.git Update trio requirement from ^0.14 to >=0.14,<0.17 Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.16.0) Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index ea0626d4..4c2983d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests-toolbelt = {version="^0.9.1", optional=true} requests = {version="^2.23.0", optional=true} idna = {version="^2.1", optional=true} cryptography = {version="^2.6", optional=true} -trio = {version="^0.14", optional=true} +trio = {version=">=0.14,<0.17", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true}