From be91e0a9e3cc26c4d035ca6334945e8fd1331b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:34:41 +0000 Subject: [PATCH] fix: bump selenium from 4.23.1 to 4.26.1 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.26.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 2f443d1c1..05c1fe7d7 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.26.1 behavex==3.2.0 deepdiff==7.0.1 jsonschema==4.23.0