]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update trio requirement from >=0.14,<0.23 to >=0.14,<0.24 (#1003)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 3 Nov 2023 19:30:23 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Nov 2023 19:30:23 +0000 (12:30 -0700)
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.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 78aa03c24bd3aa56d6a6a6c35345a18b7f11ea2f..77736fab16042f0d104d4ef8ca86f23930cc4e3e 100644 (file)
@@ -44,7 +44,7 @@ httpcore = {version=">=0.17.3", optional=true}
 h2 = {version=">=4.1.0", optional=true}
 idna = {version=">=2.1,<4.0", optional=true}
 cryptography = {version=">=2.6", optional=true}
-trio = {version=">=0.14,<0.23", optional=true}
+trio = {version=">=0.14,<0.24", optional=true}
 wmi = {version="^1.5.1", optional=true}
 aioquic = {version=">=0.9.20", optional=true}