diff --git a/poetry.lock b/poetry.lock index 13d868b2..fadb3d28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -463,7 +463,7 @@ version = "2.18.0" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.8" -groups = ["main"] +groups = ["main", "dev"] files = [ {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"}, {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"}, @@ -487,24 +487,25 @@ files = [ [[package]] name = "pytest" -version = "7.3.1" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, - {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] -colorama = {version = "*", markers = "sys_platform == \"win32\""} -iniconfig = "*" -packaging = "*" -pluggy = ">=0.12,<2.0" +colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} +iniconfig = ">=1.0.1" +packaging = ">=22" +pluggy = ">=1.5,<2" +pygments = ">=2.7.2" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests", "setuptools", "xmlschema"] [[package]] name = "python-runner" @@ -796,4 +797,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "3.12.1" -content-hash = "f2988da36d5b3044396f6cd0db6e9543f242765bdb38cbbb61fc7550757ece71" +content-hash = "8d7d1c1ab6b39df5dbc1d15fb63077d2a1f52fb798f92ffe39040f8dc2d84ca6" diff --git a/pyproject.toml b/pyproject.toml index f1b3a088..7f771577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ isort = "^5.1.4" polib = "^1.1.1" [tool.poetry.group.dev.dependencies] -pytest = "7.3.1" +pytest = "9.0.3" selenium = "^4.24.0" [build-system]