From 9926d3a00bbe17444002c50420ab80d434178310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:00:59 +0000 Subject: [PATCH] fix: bump selenium from 4.23.1 to 4.24.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.24.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.24.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-test/requirements.txt b/python-test/requirements.txt index 2f443d1c1..3b37f2764 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -5,7 +5,7 @@ docker==7.1.0 PyHamcrest==2.1.0 PyYAML==6.0.2 retry==0.9.2 -selenium==4.23.1 +selenium==4.24.0 behavex==3.2.0 deepdiff==7.0.1 jsonschema==4.23.0