diff --git a/poetry.lock b/poetry.lock index b94acc4..5ca3fc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1062,13 +1062,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "selenium" -version = "4.20.0" +version = "4.21.0" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "selenium-4.20.0-py3-none-any.whl", hash = "sha256:b1d0c33b38ca27d0499183e48e1dd09ff26973481f5d3ef2983073813ae6588d"}, - {file = "selenium-4.20.0.tar.gz", hash = "sha256:0bd564ee166980d419a8aaf4ac00289bc152afcf2eadca5efe8c8e36711853fd"}, + {file = "selenium-4.21.0-py3-none-any.whl", hash = "sha256:4770ffe5a5264e609de7dc914be6b89987512040d5a8efb2abb181330d097993"}, + {file = "selenium-4.21.0.tar.gz", hash = "sha256:650dbfa5159895ff00ad16e5ddb6ceecb86b90c7ed2012b3f041f64e6e4904fe"}, ] [package.dependencies] @@ -1416,4 +1416,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "78e0aba28e7e782bd2d053fc0bb2bd2e542e59aa38862ac18f0325037764c45e" +content-hash = "cbdb4caf3f88d7675616ce18a8aff9374bf5a4490d756c1974d76fdc0f1c2b51" diff --git a/pyproject.toml b/pyproject.toml index 73aa73a..9398abd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ beautifulsoup4 = "^4.12.3" loguru = "^0.7.2" translate = "^3.6.1" sentry-sdk = "^2.3.1" -selenium = "^4.20.0" +selenium = "^4.21.0" cachetools = "^5.3.3" apykuma = "^1.2.0" asyncache = "^0.3.1"