From f21d1852142a853412fd6449bd5a2ddbd9e9c486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:10:59 +0000 Subject: [PATCH] Bump selenium from 4.18.0 to 4.18.1 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.18.0 to 4.18.1. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.18.0...selenium-4.18.1) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ba800d..ccbe288 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pillow==10.2.0 readability==0.3.1 # Testing webdriver_manager==4.0.1 -selenium==4.18.0 +selenium==4.18.1 pytest==8.0.2 pytest-json-report==1.5.0 pytest-xdist==3.5.0