diff --git a/poetry.lock b/poetry.lock index 5c50339..2a79c05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5679,13 +5679,13 @@ stats = ["scipy (>=1.7)", "statsmodels (>=0.12)"] [[package]] name = "selenium" -version = "4.15.1" +version = "4.15.2" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.15.1-py3-none-any.whl", hash = "sha256:e3a4ebdcc3eed27eec69f8000d798923dbf4897c97cc6441eb88a1386809170d"}, - {file = "selenium-4.15.1.tar.gz", hash = "sha256:8f0436b5949f1d4aa742f3dff0d748b955c371be92db8b6b008bf9c9ca227de7"}, + {file = "selenium-4.15.2-py3-none-any.whl", hash = "sha256:9e82cd1ac647fb73cf0d4a6e280284102aaa3c9d94f0fa6e6cc4b5db6a30afbf"}, + {file = "selenium-4.15.2.tar.gz", hash = "sha256:22eab5a1724c73d51b240a69ca702997b717eee4ba1f6065bf5d6b44dba01d48"}, ] [package.dependencies] @@ -7414,4 +7414,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "s [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9bd8b12c0b06f233df058e8a8d1044a8a72d4166742590bec9f6c74a9c647b12" +content-hash = "a15741c134762ff017209c8dce06bb698d35f60c084df191898322741e69b86e" diff --git a/pyproject.toml b/pyproject.toml index ba3d02c..4e23ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ python = "^3.11" python-dotenv = "^1.0.0" rapidfuzz = "^3.5.2" seaborn = "^0.13.0" -selenium = "^4.15.0" +selenium = "^4.15.2" spacy = "^3.6.1" spacy-sentiws = "^3.0.0" torch = {version = "*", source = "torch-cpu"}