summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-06-16 09:35:49 -0700
committerGitHub <noreply@github.com>2021-06-16 09:35:49 -0700
commitfabf0ea5de10a6d1cd88957e8220de78cc34e13e (patch)
tree432d8d855c296af9e9ac683b4526ae908636e1d9
parent630f81aec1e0ec8b9ee7737357853dcbb3ffd6be (diff)
parent019448fc62c7e31805bcb35cfdd68d8be84c8bef (diff)
downloaddnspython-fabf0ea5de10a6d1cd88957e8220de78cc34e13e.tar.gz
Merge pull request #669 from rthalley/dependabot/pip/trio-gte-0.14-and-lt-0.20
Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a17abae..74a1770 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.19", optional=true}
+trio = {version=">=0.14,<0.20", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}