From c654472206c5317591d0516ec8ec01302e6e5aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 08:08:52 +0000 Subject: [PATCH] Update pytest requirement from <7.5,>=5.0 to >=5.0,<8.3 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.2.0) --- 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 fca15ab7cbe228..713b95d1916ced 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -17,7 +17,7 @@ requests>=2.25.1 opencv-python>=4.5 paddlepaddle==2.5.0 py>=1.9.0 -pytest>=5.0,<7.5 +pytest>=5.0,<8.3 pytest-dependency==0.5.1 pytest-html==3.2.0 pytest-timeout==2.1.0