diff --git a/poetry.lock b/poetry.lock index 97b4962..7cafe86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1460,22 +1460,23 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" -version = "4.1.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"}, - {file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"}, + {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 = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.10.6", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=7" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pyyaml" @@ -2147,4 +2148,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9.2,<4.0" -content-hash = "883a436e745b58879566457d9ce4846292d80d508e1fb1bf458cca80525e4f3c" +content-hash = "f915e59db87139b605d1380124fc31ae4c1f8df37ca478f2fdac2dcf9668e27c" diff --git a/pyproject.toml b/pyproject.toml index 3253213..f413de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pathvalidate = "^3.2.3" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" pytest-asyncio = "^0.23.8" -pytest-cov = "^4.1.0" +pytest-cov = ">=4.1,<8.0" black = "^24.3.0" ruff = ">=0.11.13,<0.16.0" mypy = "^1.5.0"