From 3a8aafab22a1709051caaf5380bf0b7ba17ea3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:32:32 +0000 Subject: [PATCH] fix: bump selenium from 4.23.1 to 4.25.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.25.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.25.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..0f0ded892 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.25.0 behavex==3.2.0 deepdiff==7.0.1 jsonschema==4.23.0