From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 16:04:52 +0000 (+0000) Subject: Update trio requirement from >=0.14,<0.22 to >=0.14,<0.23 X-Git-Tag: v2.3.0rc1~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F840%2Fhead;p=thirdparty%2Fdnspython.git Update trio requirement from >=0.14,<0.22 to >=0.14,<0.23 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.22.0) --- updated-dependencies: - dependency-name: trio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index 1b996930..03b1a288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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,<39.0", optional=true} -trio = {version=">=0.14,<0.22", optional=true} +trio = {version=">=0.14,<0.23", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} wmi = {version="^1.5.1", optional=true}