From e1f18d70412e01b41d6ea7d58d8423a4a5c27c76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:06:03 +0000 Subject: [PATCH] chore(deps): update dependency trio to v0.31.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 a73ed85c8f66..631f861e5f70 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,6 +1,6 @@ selenium==4.35.0 pytest==8.4.1 -trio==0.30.0 +trio==0.31.0 pytest-trio==0.8.0 pytest-rerunfailures==15.1 flake8==7.3.0