]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update trio requirement from >=0.14,<0.20 to >=0.14,<0.21 786/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 5 Mar 2022 21:35:30 +0000 (21:35 +0000)
committerGitHub <noreply@github.com>
Sat, 5 Mar 2022 21:35:30 +0000 (21:35 +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.20.0)

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

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

index ea91a02ea4ab89934b052acf31d7a0334cd5cada..74cc8f9ce2f967df247dc6348de4bf7ed049777b 100644 (file)
@@ -43,7 +43,7 @@ requests-toolbelt = {version="^0.9.1", optional=true}
 requests = {version="^2.23.0", optional=true}
 idna = {version=">=2.1,<4.0", optional=true}
 cryptography = {version=">=2.6,<37.0", optional=true}
-trio = {version=">=0.14,<0.20", optional=true}
+trio = {version=">=0.14,<0.21", optional=true}
 curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}
 wmi = {version="^1.5.1", optional=true}