diff --git a/poetry.lock b/poetry.lock index 20a684c7d..4d25fef4c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -1737,13 +1737,13 @@ jeepney = ">=0.6" [[package]] name = "selenium" -version = "4.27.1" +version = "4.28.1" description = "Official Python bindings for Selenium WebDriver" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "selenium-4.27.1-py3-none-any.whl", hash = "sha256:b89b1f62b5cfe8025868556fe82360d6b649d464f75d2655cb966c8f8447ea18"}, - {file = "selenium-4.27.1.tar.gz", hash = "sha256:5296c425a75ff1b44d0d5199042b36a6d1ef76c04fb775b97b40be739a9caae2"}, + {file = "selenium-4.28.1-py3-none-any.whl", hash = "sha256:4238847e45e24e4472cfcf3554427512c7aab9443396435b1623ef406fff1cc1"}, + {file = "selenium-4.28.1.tar.gz", hash = "sha256:0072d08670d7ec32db901bd0107695a330cecac9f196e3afb3fa8163026e022a"}, ] [package.dependencies] @@ -2049,4 +2049,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0670f04b235812912523a4f5dc00b14e18dd2862f81722971d96844207adc495" +content-hash = "461a7dd46858f94e357cb20f81dd69009ca46bceec05512c1727d422942b24c9" diff --git a/pyproject.toml b/pyproject.toml index 15b55643e..3379b3a0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python-markdown-math="^0.8" [tool.poetry.group.dev.dependencies] black = "^24.8.0" behave = "^1.2.6" -selenium = "^4.27.1" +selenium = "^4.28.1" flake8 = "^7.1.1" pylint = "3.3.1" bandit = "^1.8.0"