From d993f8a3381049014bad57cb4568ae534644b83b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:40:05 +0000 Subject: [PATCH] Bump selenium from 4.16.0 to 4.17.2 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.16.0 to 4.17.2. - [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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8bb017..007e395 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pillow==10.2.0 readability==0.3.1 # Testing webdriver_manager==4.0.1 -selenium==4.16.0 +selenium==4.17.2 pytest==7.4.4 pytest-json-report==1.5.0 pytest-xdist==3.5.0