diff --git a/poetry.lock b/poetry.lock index ad7427c6..3ba2653e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -824,21 +824,21 @@ testing = ["coverage (==6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy [[package]] name = "pytest-cov" -version = "3.0.0" +version = "6.0.0" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.6" +python-versions = ">=3.9" files = [ - {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, - {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, + {file = "pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"}, + {file = "pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} +coverage = {version = ">=7.5", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] +testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-docker" @@ -1322,4 +1322,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ea4e211de439816e23302982fd9b4b9d5badb8c986338f629c8268c9d62cffcd" +content-hash = "d309538c4fefdd2471c040b05a60f28fb056fed991c7f72be052a1647705d33b" diff --git a/pyproject.toml b/pyproject.toml index 01b6dd09..813831b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pyyaml = "6.0.2" pytest-docker = "^2.0.1" bump2version = "^1.0.1" pytest-asyncio = "^0.18.3" -pytest-cov = "^3.0.0" +pytest-cov = "^6.0.0" pytest-html = "^4.1.1" pytest-xdist = "^3.6.1" asyncstdlib = "^3.10.2"