From 39d7679f37e58755a7e73bc055318bc51ed80354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:32:24 +0000 Subject: [PATCH] Update pytest requirement in /src/bindings/python Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.0.0...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... 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 48c94a4cdabcae..b8751a044b2885 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -4,7 +4,7 @@ numpy>=1.16.6,<1.26 # Python bindings, frontends protobuf>=3.18.1,<4.0.0 # Python bindings, frontends # pytest -pytest>=5.0,<7.4 +pytest>=5.0,<8.2 pytest-dependency==0.5.1 pytest-html==3.1.1 pytest-timeout==2.1.0