diff --git a/poetry.lock b/poetry.lock index f8875f44b..ba4e4f073 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1960,13 +1960,13 @@ histogram = ["pygal", "pygaljs", "setuptools"] [[package]] name = "pytest-cov" -version = "6.1.1" +version = "6.2.0" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"}, - {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"}, + {file = "pytest_cov-6.2.0-py3-none-any.whl", hash = "sha256:bd19301caf600ead1169db089ed0ad7b8f2b962214330a696b8c85a0b497b2ff"}, + {file = "pytest_cov-6.2.0.tar.gz", hash = "sha256:9a4331e087a0f5074dc1e19fe0485a07a462b346cbb91e2ac903ec5504abce10"}, ] [package.dependencies] @@ -3074,4 +3074,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "78dfe116bb7efb5de2d5bf9352b8f88c06a049ee813bd29bd539a3a0f2d04dd3" +content-hash = "340da3a05c635ab10b7f42be1f98fa9eae4a392da87183be378df6f598629400" diff --git a/pyproject.toml b/pyproject.toml index baa1edd50..63407961d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pytest-benchmark = "5.1.0" responses = "0.25.7" black = "25.1.0" pyfakefs = "5.8.0" -pytest-cov = "6.1.1" +pytest-cov = "6.2.0" pylint = "3.3.7" types-toml = "0.10.8.20240310" examples = "1.0.2"