From 0d26b0bc8d484b908d45d41bd7fe5d3bd72b88f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:07:45 +0000 Subject: [PATCH] Bump selenium from 4.7.2 to 4.8.2 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.7.2 to 4.8.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9cf2fb3..bc9677c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.11.1 bs4==0.0.1 -selenium==4.7.2 +selenium==4.8.2 lxml==4.9.2 tqdm==4.64.1 asyncio==3.4.3