summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-12 05:29:57 +0000
committerGitHub <noreply@github.com>2021-01-12 05:29:57 +0000
commit36ca3036d25eff55d41355ed650a50a956dcef46 (patch)
treefe5ace9d249a38a8f7f55635d34ab2dae1be4c05
parent9d435c157c77c73fb50ed56eeb434c2f7aff6ed4 (diff)
downloaddnspython-dependabot/pip/trio-gte-0.14-and-lt-0.19.tar.gz
Update trio requirement from >=0.14,<0.18 to >=0.14,<0.19dependabot/pip/trio-gte-0.14-and-lt-0.19
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.18.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cd90efe..3d6f5e9 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.18", optional=true}
+trio = {version=">=0.14,<0.19", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}