From 4b4d568b9d150dd20a1fccedd8b49aee5e4c8e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:38:15 +0000 Subject: [PATCH] build(deps): bump selenium from 4.14.0 to 4.15.0 Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.14.0...selenium-4.15.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6d73e34..8e348af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5701,13 +5701,13 @@ stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "selenium" -version = "4.14.0" +version = "4.15.0" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.14.0-py3-none-any.whl", hash = "sha256:be9824a9354a7fe288e3fad9ceb6a9c65ddc7c44545d23ad0ebf4ce202b19893"}, - {file = "selenium-4.14.0.tar.gz", hash = "sha256:0d14b0d9842366f38fb5f8f842cf7c042bcfa062affc6a0a86e4d634bdd0fe54"}, + {file = "selenium-4.15.0-py3-none-any.whl", hash = "sha256:c566dd3b20765dad64e65edca19a52f421f601ed1739f87dd4c5c07aae5dae6f"}, + {file = "selenium-4.15.0.tar.gz", hash = "sha256:1d339cb4577a2c617122ebe6342b7e9bca4cb4588a2d322c898f5df29c91df02"}, ] [package.dependencies] @@ -7426,4 +7426,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "dfb1bd40b554a5522a9db4fbd991a7038b4ed6479ad1e1fcbf40dfe7168a3e3d" +content-hash = "a6ba453d93d19326e80413983acc11f3307363c14e863c18cd0eace421de70b0" diff --git a/pyproject.toml b/pyproject.toml index 7a233a3..d515a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ python = "^3.11" python-dotenv = "^1.0.0" rapidfuzz = "^3.5.1" seaborn = "^0.13.0" -selenium = "^4.12.0" +selenium = "^4.15.0" spacy = "^3.6.1" spacy-sentiws = "^3.0.0" torch = {version = "*", source = "torch-cpu"}