From 55b22a8b2f386e70aa8193c8db805406214e29c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:03:11 +0000 Subject: [PATCH] Bump selenium from 4.8.3 to 4.10.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.8.3 to 4.10.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.10.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 696881b..b79d529 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "anyio" @@ -1619,21 +1619,21 @@ idna2008 = ["idna"] [[package]] name = "selenium" -version = "4.8.3" +version = "4.10.0" description = "" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "selenium-4.8.3-py3-none-any.whl", hash = "sha256:28430ac54a54fa59ad1f5392a1b89b169fe3ab2c2ccd1a9a10b6fe74f36cd6da"}, - {file = "selenium-4.8.3.tar.gz", hash = "sha256:61cda3a304f82637162bc155cae7bf88fdb04c115fa2cb1c1c2e1358fcd19a9f"}, + {file = "selenium-4.10.0-py3-none-any.whl", hash = "sha256:40241b9d872f58959e9b34e258488bf11844cd86142fd68182bd41db9991fc5c"}, + {file = "selenium-4.10.0.tar.gz", hash = "sha256:871bf800c4934f745b909c8dfc7d15c65cf45bd2e943abd54451c810ada395e3"}, ] [package.dependencies] certifi = ">=2021.10.8" trio = ">=0.17,<1.0" trio-websocket = ">=0.9,<1.0" -urllib3 = {version = ">=1.26,<2.0", extras = ["socks"]} +urllib3 = {version = ">=1.26,<3", extras = ["socks"]} [[package]] name = "setuptools" @@ -2032,4 +2032,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6a4e2f6014c75a60e0f4d423c9c7ea83d0a1c32178c2e8dc0c2de52feaf59775" +content-hash = "f0376575febace7538a8d1b54fa3fd191e29c773ee5dd7a8802696a565852653" diff --git a/pyproject.toml b/pyproject.toml index 6d4b5fc..ff7527c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pymongo = "4.3.3" # Parsing requests = "2.28.2" beautifulsoup4 = "4.12.2" -selenium = "4.8.3" +selenium = "4.10.0" webdriver-manager = "3.8.6" # Other python-dotenv = "1.0.0"