From 5d4e85ae9904d62deae5e7a70178deda13b83d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:50:35 +0000 Subject: [PATCH] Update dependency trio to v0.33.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 5a618aa4d44..8ae7526e71c 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,6 +1,6 @@ selenium==4.46.0 pytest==9.1.1 -trio==0.31.0 +trio==0.33.0 pytest-trio==0.8.0 pytest-rerunfailures==16.4 flake8==7.3.0