]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update trio requirement from >=0.14,<0.18 to >=0.14,<0.19 623/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Jan 2021 05:29:57 +0000 (05:29 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Jan 2021 05:29:57 +0000 (05:29 +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.18.0)

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

index cd90efe6f5d3d5cc2aa77e32b309a5c6e561a0d0..3d6f5e9b5f0311a55f2337a78a8e7c56083d498b 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.18", optional=true}
+trio = {version=">=0.14,<0.19", optional=true}
 curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}