From 0779e4de116cd1e5921523b4f89cf3860b65f34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:56:04 +0000 Subject: [PATCH] Bump selenium from 4.15.1 to 4.15.2 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.15.1 to 4.15.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-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 76d6e0b..b2dc655 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pillow==10.1.0 readability==0.3.1 # Testing webdriver_manager==4.0.1 -selenium==4.15.1 +selenium==4.15.2 pytest==7.4.3 pytest-json-report==1.5.0 pytest-xdist==3.3.1