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.

Changed files
+2 -2
pkgs
development
python-modules
pytest-cov
+2 -2
pkgs/development/python-modules/pytest-cov/default.nix
···
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 ];