From 69106f21f7c57cb713bf643450b6fcd8fe3bd49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:59:09 +0000 Subject: [PATCH] Bump selenium from 4.2.0 to 4.8.1 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.2.0 to 4.8.1. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.2.0...selenium-4.8.1) --- 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 c829120e5..d3b21bf72 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -15,6 +15,6 @@ pytz==2022.1 webpack-manifest==2.1.1 # only for testing responses~=0.21.0 -selenium==4.2.0 +selenium==4.8.1 tblib==1.7.0 unittest-xml-reporting==3.2.0