python3Packages.allure-pytest: 2.15.0 -> 2.15.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:31:37 +01:00
parent 6053822967
commit fa7bdc0fdd
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "allure-pytest";
version = "2.15.0";
version = "2.15.3";
pyproject = true;
src = fetchFromGitHub {
owner = "allure-framework";
repo = "allure-python";
tag = version;
hash = "sha256-I3Zh9frOplcPqLd8b4peNM9WtbNmQjHX6ocVJJwPzyc=";
hash = "sha256-06SKodvyoT0mYn4RmAIryZc+VyTI79KXFK+2/zuhzQ0=";
};
sourceRoot = "${src.name}/allure-pytest";