From 2b2d685db6d28f3a7ecbc170704a88bbe98aeea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:27:47 +0000 Subject: [PATCH] chore(deps): update pytest-html requirement Updates the requirements on [pytest-html](https://github.com/pytest-dev/pytest-html) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-html/releases) - [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-html/compare/v3.2.0...4.2.0) --- updated-dependencies: - dependency-name: pytest-html dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reference-apps/shared/test-suite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/shared/test-suite/requirements.txt b/reference-apps/shared/test-suite/requirements.txt index d67cbc2..504a3d1 100644 --- a/reference-apps/shared/test-suite/requirements.txt +++ b/reference-apps/shared/test-suite/requirements.txt @@ -15,4 +15,4 @@ deepdiff>=6.3.0 jsonschema>=4.18.0 # Test reporting -pytest-html>=3.2.0 +pytest-html>=4.2.0