From 298e8270a8a515378c88290a7a5fdba3b1f46558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 03:15:01 +0000 Subject: [PATCH] Bump selenium from 4.9.1 to 4.14.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.9.1 to 4.14.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.9.1...selenium-4.14.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/devel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/devel.txt b/requirements/devel.txt index 98d338408c..8571488754 100644 --- a/requirements/devel.txt +++ b/requirements/devel.txt @@ -7,5 +7,5 @@ black parameterized robotframework robotframework-seleniumlibrary -selenium==4.9.1 +selenium==4.14.0 textdistance