From 212367062701cecac446020025983b86222d06cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 07:16:01 +0000 Subject: [PATCH] chore(deps): update dependency trio to v0.28.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 b3661c6d0683..61ff54fd0871 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,6 +1,6 @@ selenium==4.27.1 pytest==8.3.4 -trio==0.27.0 +trio==0.28.0 pytest-trio==0.8.0 pytest-rerunfailures==14.0 flake8==7.1.1