diff --git a/poetry.lock b/poetry.lock index fea0f19..69ae627 100644 --- a/poetry.lock +++ b/poetry.lock @@ -883,22 +883,23 @@ testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "pytest-cov" -version = "4.1.0" +version = "7.0.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.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, + {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, ] [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 = "pytest-docker-tools" @@ -1115,4 +1116,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.14,<4.0" -content-hash = "a508929c00c49cf4598ada7b49f1731a2eca580591e235c0b0022608b259ca46" +content-hash = "396aff1b7a856cc9892176914bc003e5ca2a8ff33facc4b87a0b568990537333" diff --git a/pyproject.toml b/pyproject.toml index 9aee6ff..2010c86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ isort = "^5.12.0" # Testing pytest = "^9.0.2" pytest-asyncio = "^0.21.1" -pytest-cov = "^4.0.0" +pytest-cov = ">=4,<8" pytest-docker-tools = "^3.1.3" pytest-mock = "^3.10.0"