From af1d13c78920897571502aefeda073e254a1f001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:26:17 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.4.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 84577da6682e..79c8ae876f2d 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,5 +1,5 @@ selenium==4.33.0 -pytest==8.3.5 +pytest==8.4.0 trio==0.30.0 pytest-trio==0.8.0 pytest-rerunfailures==15.1