diff --git a/poetry.lock b/poetry.lock index 9c0c639..c5ba9af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2589,14 +2589,14 @@ rich = ">=8.0.0" [[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] @@ -3943,4 +3943,4 @@ polars = ["polars"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a8812137e3578c908f5728f0023efffec3eda65be3a10adeb03b6ce8a4dca051" +content-hash = "2cbb86060e9cdb932163ea796428c1899cf88ffd86c6f1145d093841c6879397" diff --git a/pyproject.toml b/pyproject.toml index 372e8c9..24cfa73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest = ">8" # pytest-regtest compat https://gitlab.com/uweschmitt/pytest-regtest/-/merge_requests/9 py = "1.11" pytest-clarity = "^1.0.1" -pytest-cov = "^7.0.0" +pytest-cov = "^7.1.0" pytest-regtest = "*" pytest-sugar = "^1.1.1" pytest-testmon = "*"