diff --git a/poetry.lock b/poetry.lock index 88e625a7..867a57e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2146,13 +2146,13 @@ histogram = ["pygal", "pygaljs", "setuptools"] [[package]] name = "pytest-cov" -version = "7.0.0" +version = "7.1.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" 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] @@ -3236,4 +3236,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "2609a4daa8ee89f22bdf2dd75891ff80e79eed433161d82a9afa8563bd1bdd1f" +content-hash = "4a3268d256d85de449fac63d7868476f593747032c30ce82c882f80c6a5b438a" diff --git a/pyproject.toml b/pyproject.toml index c3c05d9e..ceb0d51a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest-benchmark = "5.2.3" responses = "0.26.0" black = "26.3.1" pyfakefs = "6.1.6" -pytest-cov = "7.0.0" +pytest-cov = "7.1.0" pylint = "4.0.5" [tool.poetry.scripts]