From a179dd1ba69a9ab24fd5db26d5130b7221c1f2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 05:39:56 +0000 Subject: [PATCH] chore(deps): bump selenium from 4.6.1 to 4.12.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.6.1 to 4.12.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.12.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 ec0b2b7..51f6844 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cryptography==38.0.4 requests==2.28.1 -selenium==4.6.1 +selenium==4.12.0 PyVirtualDisplay==3.0 Pillow==9.4.0 ImageHash==4.3.1