diff --git a/poetry.lock b/poetry.lock index d1b8608..a768caa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1102,14 +1102,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "selenium" -version = "4.37.0" +version = "4.38.0" description = "Official Python bindings for Selenium WebDriver" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "selenium-4.37.0-py3-none-any.whl", hash = "sha256:5cfee4f7c430f7150fcc0490cf2936d101a72b76bad74644e2159cec0013d4de"}, - {file = "selenium-4.37.0.tar.gz", hash = "sha256:a5f312fe659fc373a194484c6667b920278493ac98bca1b38e239c1b8bb3a05c"}, + {file = "selenium-4.38.0-py3-none-any.whl", hash = "sha256:ed47563f188130a6fd486b327ca7ba48c5b11fb900e07d6457befdde320e35fd"}, + {file = "selenium-4.38.0.tar.gz", hash = "sha256:c117af6727859d50f622d6d0785b945c5db3e28a45ec12ad85cee2e7cc84fc4c"}, ] [package.dependencies] @@ -1363,4 +1363,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "0c33d68a88f63080120c52ca56e9726c0f509ba2823d21196b96f09d78832486" +content-hash = "92a977d5e996fe8f3c3771a47155013f6917679f27ba52cb330ffb9396db8e53" diff --git a/pyproject.toml b/pyproject.toml index 0c5aae6..5e37c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ warn_unreachable = true [tool.poetry.dependencies] python = "^3.12" pydocstyle = "^6.3.0" -selenium = "^4.37.0" +selenium = "^4.38.0" pytest-bdd = "^7.3.0" pytest-firefox = "^0.1.1" pytest-selenium = "^4.1.0"