From 7e4a78ee256b3d943192ca86f30b2ebb7a289637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:43:31 +0000 Subject: [PATCH] Update dependency trio to v0.30.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 c1a48f96b3c1..7c8d8b1d6e02 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,6 +1,6 @@ selenium==4.31.0 pytest==8.3.5 -trio==0.29.0 +trio==0.30.0 pytest-trio==0.8.0 pytest-rerunfailures==15.0 flake8==7.2.0