diff --git a/poetry.lock b/poetry.lock index ccd5c3c..c5df25e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -945,23 +945,23 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-cov" -version = "6.3.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-6.3.0-py3-none-any.whl", hash = "sha256:440db28156d2468cafc0415b4f8e50856a0d11faefa38f30906048fe490f1749"}, - {file = "pytest_cov-6.3.0.tar.gz", hash = "sha256:35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2"}, + {file = "pytest_cov-7.1.0-py3-none-any.whl", hash = "sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678"}, + {file = "pytest_cov-7.1.0.tar.gz", hash = "sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2"}, ] [package.dependencies] -coverage = {version = ">=7.5", extras = ["toml"]} +coverage = {version = ">=7.10.6", extras = ["toml"]} pluggy = ">=1.2" -pytest = ">=6.2.5" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-randomly" @@ -1331,4 +1331,4 @@ pygments = ">=2.19,<3.0" [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "062bdff557294e623afbcaf683a58fe0c3838c95af4aedf1864c75a2535912a7" +content-hash = "0f3746118253765ce3e5cb95bab0bfd5828bad2eda2d46484ac90e99ee2f43c8" diff --git a/pyproject.toml b/pyproject.toml index 6c74921..c3d280e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ wemake-python-styleguide = "^1.0" doc8 = "^1.1" pytest = ">=8.1,<10.0" -pytest-cov = ">=5,<7" +pytest-cov = ">=5,<8" pytest-randomly = ">=3.12,<5.0" [tool.poetry.group.docs]