From 8d5bde3b22d24b0a9130bdb76d1a57e7bc7e0b5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:50:28 +0000 Subject: [PATCH] Update dependency trio to v0.34.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 f8c2109f179..0b70dbe7016 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,6 +1,6 @@ selenium==4.47.0 pytest==9.1.1 -trio==0.33.0 +trio==0.34.0 pytest-trio==0.8.0 pytest-rerunfailures==16.4 flake8==7.3.0