diff --git a/poetry.lock b/poetry.lock index ec9e37c..4c77b3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1427,14 +1427,14 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-cov" -version = "7.0.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_cov-7.0.0-py3-none-any.whl", hash = "sha256:3b8e9558b16cc1479da72058bdecf8073661c7f57f7d3c5f22a1c23507f2d861"}, - {file = "pytest_cov-7.0.0.tar.gz", hash = "sha256:33c97eda2e049a0c5298e91f519302a1334c26ac65c1a483d6206fd458361af1"}, + {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] @@ -2186,4 +2186,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "3d862cf541c05e0b3d4a89fa55dee74d59a4763d75d5352fc94c5db778f22764" +content-hash = "888de5217cb4d4019a4deedfcf1cb3ebac935de9812b3e87be0b2e90b82112b2" diff --git a/pyproject.toml b/pyproject.toml index 34399de..27d95e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ isort = "^5.13.0" pre-commit = "^4.5.1" pylint = "^2.17.0" pytest = "^7.4.0" -pytest-cov = "^7.0.0" +pytest-cov = "^7.1.0" pytest-xdist = "^3.0.0" safety = "^3.0.0" vulture = "^2.9.0"