From 5b6bab263667a754bf33f26408a19d8322b60514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 18:57:31 +0400 Subject: [PATCH] Bump pytest-html from 1.19.0 to 3.1.1 in /src/bindings/python (#16852) Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 1.19.0 to 3.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/v1.19.0...v3.1.1) --- updated-dependencies: - dependency-name: pytest-html dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ilya Lavrenov --- 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 128e31ad191561..43b2770832dc86 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -6,7 +6,7 @@ protobuf>=3.18.1,<4.0.0 # Python bindings, frontends # pytest pytest>=5.0,<7.4 pytest-dependency==0.5.1 -pytest-html==1.19.0 +pytest-html==3.1.1 pytest-timeout==2.1.0 # Python bindings