From b070c7ebc6c54d8cf43b43bcee154bbfea2ce989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:45:45 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 8.2.1 in /tests Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 8.2.1. - [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/7.2.0...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- tests/e2e_tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index 38527f3c045fe0..3250acfa1f6649 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -19,7 +19,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.3 pytest-dependency==0.5.1 pytest-html==4.1.1 pytest-timeout==2.2.0 diff --git a/tests/e2e_tests/requirements.txt b/tests/e2e_tests/requirements.txt index b841185be8bbad..e6c02f01033c5e 100644 --- a/tests/e2e_tests/requirements.txt +++ b/tests/e2e_tests/requirements.txt @@ -21,7 +21,7 @@ scikit-image>=0.17.2 tabulate==0.9.0 pytest>=5.0,<=7.0.1; python_version < '3.10' -pytest==7.2.0; python_version >= '3.10' +pytest==8.2.1; python_version >= '3.10' pytest-cov==2.11.1 # pytest-html==1.19.0 pytest-html