]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20 669/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 16 Jun 2021 05:12:43 +0000 (05:12 +0000)
committerGitHub <noreply@github.com>
Wed, 16 Jun 2021 05:12:43 +0000 (05:12 +0000)
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.19.0)

---
updated-dependencies:
- dependency-name: trio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index a17abae713c6e27997fd31d92934f18ee028939c..74a17703c718454b6fd9cc2fbcc315cf181d0217 100644 (file)
@@ -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}