From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:30:23 +0000 (-0700) Subject: Update trio requirement from >=0.14,<0.23 to >=0.14,<0.24 (#1003) X-Git-Tag: v2.5.0rc1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390682e766e7a21c614a5f5d9ccccd5da3fd7c74;p=thirdparty%2Fdnspython.git Update trio requirement from >=0.14,<0.23 to >=0.14,<0.24 (#1003) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 78aa03c2..77736fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}