diff --git a/poetry.lock b/poetry.lock index 103f95dee..e3b0b86d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1184,14 +1184,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[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 = ["main"] 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] @@ -1462,4 +1462,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "1701bc7dfae244547e0835156e41673ccde6731fb5ad4ec67cc3cf39029ca1a9" +content-hash = "7d156b8f2d803b8c093b6e6e2ec53c005f29d9d4af0d46dad96c57f5635d7efb" diff --git a/pyproject.toml b/pyproject.toml index d0c9528f2..249b77fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "^2.32.5" flake8 = "^7.3.0" mypy = "^1.18.2" pytest = "^9.0.2" -pytest-cov = "^7.0.0" +pytest-cov = "^7.1.0" ansible = "^12.2.0" pyyaml = "^6.0.3" jmespath = "^1.0.1"