From 1d5067f461f845d110d7830d418a7ab42d99bb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:30:43 +0000 Subject: [PATCH] Bump pytest-html from 3.2.0 to 4.1.0 in /src/bindings/python Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 3.2.0 to 4.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: pytest-html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 914e48ed444c97..4f81c237fd5b98 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -4,7 +4,7 @@ numpy>=1.16.6,<1.27 # Python bindings, frontends # pytest pytest>=5.0,<7.5 pytest-dependency==0.5.1 -pytest-html==3.2.0 +pytest-html==4.1.0 pytest-timeout==2.2.0 # Python bindings