From 58ca63e550b0f1f2232c31b1ffea3ca385d31152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 05:12:50 +0000 Subject: [PATCH] Update trio requirement from >=0.14,<0.17 to >=0.14,<0.18 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.17.0) Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44ef893d..23a6c27a 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,<4.0", optional=true} -trio = {version=">=0.14,<0.17", optional=true} +trio = {version=">=0.14,<0.18", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} -- 2.47.3