From b616fd0f5173c187e994a905d0cb8f033d334c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:02:44 +0000 Subject: [PATCH] fix: bump selenium from 4.11.0 to 4.14.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.11.0 to 4.14.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.11.0...selenium-4.14.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 91cad9c05..b3191bcf3 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -4,7 +4,7 @@ docker==6.1.3 PyHamcrest==2.0.4 PyYAML==6.0.1 retry==0.9.2 -selenium==4.11.0 +selenium==4.14.0 behavex==2.0.1 deepdiff==6.3.1 jsonschema==4.18.4