From eddb6c89a9de62a4d466d546bcea290b301ec2e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:30:44 +0000 Subject: [PATCH] chore(deps): update dependency trio to v0.29.0 --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 63accd0f3244..4c35446b9004 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,6 +1,6 @@ selenium==4.28.1 pytest==8.3.4 -trio==0.27.0 +trio==0.29.0 pytest-trio==0.8.0 pytest-rerunfailures==14.0 flake8==7.1.1