From cb8e08e18b79399c1a2cdd3c8390cbf3d3cf0fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:27:37 -0500 Subject: [PATCH] Bump pytest-html in /internal/buildscripts/packaging/tests (#3897) Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 4.0.2 to 4.1.1. - [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/4.0.2...4.1.1) --- updated-dependencies: - dependency-name: pytest-html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- internal/buildscripts/packaging/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/buildscripts/packaging/tests/requirements.txt b/internal/buildscripts/packaging/tests/requirements.txt index 1a0ab732f1..b22a1c7e77 100644 --- a/internal/buildscripts/packaging/tests/requirements.txt +++ b/internal/buildscripts/packaging/tests/requirements.txt @@ -2,7 +2,7 @@ docker==6.1.3 iterators==0.2.0 psutil==5.9.6 pytest==7.4.3 -pytest-html==4.0.2 +pytest-html==4.1.1 pytest-xdist==3.3.1 py>=1.8.2 requests<2.32.0