From 92d2adcdb8b1cff4e3182c1e31fe966a80f24ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:44:34 +0000 Subject: [PATCH] Update pytest requirement from <7.5,>=5.0 to >=5.0,<8.2 in /tests 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.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 4e3455dd1b8b27..3796044ace2276 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -18,7 +18,7 @@ opencv-python>=4.5 paddlepaddle==2.5.0 protobuf>=3.18.1,<4.0.0 py>=1.9.0 -pytest>=5.0,<7.5 +pytest>=5.0,<8.2 pytest-dependency==0.5.1 pytest-html==4.1.1 pytest-timeout==2.1.0