From a78897b50dd0fc3e5f5dd668326b49a6f7ef10a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:30:23 -0700 Subject: [PATCH] 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> (cherry picked from commit 390682e766e7a21c614a5f5d9ccccd5da3fd7c74) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d28691c..3693beb 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,<42.0", 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} -- 2.41.0