From f06eecdad2311e2f86383f9144edf89b7f807d91 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 23 Jan 2023 22:46:02 +0100 Subject: [PATCH] Bumping Python examples to 4.8.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 7e59b58a0c0b..3e87171ac276 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,4 +1,4 @@ -selenium==4.7.2 +selenium==4.8.0 pytest flake8 webdriver_manager==3.8.3