From c258ccdf88677fce0d98f07936605dcf971a37ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:55:21 +0000 Subject: [PATCH] fix: bump selenium from 4.17.2 to 4.23.1 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.17.2 to 4.23.1. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits) --- 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 f127ba16f..b117a0462 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -5,7 +5,7 @@ docker==7.0.0 PyHamcrest==2.1.0 PyYAML==6.0.1 retry==0.9.2 -selenium==4.17.2 +selenium==4.23.1 behavex==3.2.0 deepdiff==6.7.1 jsonschema==4.21.1