From e3432e8e1d35f69126c856c8fac46c0d2cabffee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 12:57:44 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.1 --- 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 e1a6b73bb7c..6ea081801dc 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,5 +1,5 @@ selenium==4.33.0 -pytest==8.4.0 +pytest==8.4.1 trio==0.30.0 pytest-trio==0.8.0 pytest-rerunfailures==15.1