From 6ffc86ab81298531e1def76958d54c9f3184b008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:25:09 +0000 Subject: [PATCH] chore(deps): update dependency selenium to v4.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..d094e6918241 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,4 +1,4 @@ -selenium==4.27.1 +selenium==4.28.0 pytest==8.3.4 trio==0.27.0 pytest-trio==0.8.0