From bc9746c7cc199fd3a41cab6a7f9ef26b6bc674c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 25 Nov 2024 12:01:28 -0500 Subject: [PATCH] Update trio from 0.24.0 to 0.27.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00bf1330..518acd86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ sortedcontainers==2.4.0 soupsieve==2.6; python_version >= '3.0' stem==1.8.2 trio-websocket==0.11.1; python_version >= '3.5' -trio==0.24.0; python_version >= '3.6' +trio==0.27.0; python_version >= '3.6' typing-extensions==4.10.0 urllib3[secure]==2.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' webencodings==0.5.1