python3Packages.allure-pytest: 2.13.5 -> 2.15.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:57:56 +02:00
parent 5711a4d929
commit d1c9b2171f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "allure-pytest";
version = "2.13.5";
version = "2.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DvjheQxEqYjba4PE1PXpFFHixMjqEGAd+ohSjSOvz24=";
hash = "sha256-uPRk07/rbLXmp35w6s0ao3YhM2d8q+zlegfJ87zUseg=";
};
nativeBuildInputs = [ setuptools-scm ];