From f8fe12c035067a7ab105d62cc497321daa2c35f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:04:49 +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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d748b42..a350a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ build # lib pytest==7.4.3 Appium-Python-Client==3.1.1 -selenium==4.16.0 +selenium==4.17.2 opencv-python==4.8.1.78 geckodriver-autoinstaller==0.1.0 pytest-xdist==2.5.0 diff --git a/setup.py b/setup.py index 58ca99b..9009a4c 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires=[ "pytest==7.4.3", "Appium-Python-Client==3.1.1", - "selenium==4.16.0", + "selenium==4.17.2", "opencv-python==4.8.1.78", "geckodriver-autoinstaller==0.1.0", "pytest-xdist==2.5.0",