From 473246d33ff418f43f4ccea766925bf655561295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:38:08 +0000 Subject: [PATCH] Bump selenium from 4.23.1 to 4.24.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.23.1 to 4.24.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.24.0) --- 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 ff41549..6dd5236 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pillow==10.4.0 readability==0.3.1 # Testing webdriver_manager==4.0.2 -selenium==4.23.1 +selenium==4.24.0 pytest==8.3.2 pytest-json-report==1.5.0 pytest-xdist==3.6.1