python3Packages.pytest-cov: 6.1.1 -> 6.2.1

https://github.com/pytest-dev/pytest-cov/blob/v6.2.1/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:45 +02:00
parent cf8be26716
commit d9a7429a44
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "pytest-cov";
version = "6.1.1";
version = "6.2.1";
pyproject = true;
src = fetchPypi {
pname = "pytest_cov";
inherit version;
hash = "sha256-RpNfeq77p2DnFsLr++HCFiQLlZKWbn2pnqgpLU0+Kgo=";
hash = "sha256-JcxswKU1ggS4EI7O3FGptXs0zGuMlnzCwBpOANimfaI=";
};
build-system = [ setuptools ];