From 3fa1b3c9515c3f5b9091df9d25ce73e43284d00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:12:15 +0000 Subject: [PATCH] Bump selenium from 4.2.0 to 4.15.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.2.0 to 4.15.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.2.0...selenium-4.15.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0a62aae79..695e5d2d6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -20,6 +20,6 @@ tzdata==2022.2 webpack-manifest==2.1.1 # only for testing responses~=0.23.3 -selenium==4.2.0 +selenium==4.15.0 tblib==3.0.0 unittest-xml-reporting==3.2.0