Update pytest requirement from <7.4,>=5.0 to >=5.0,<7.5 in /tests (#18233)

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...7.4.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
dependabot[bot] 2023-06-30 12:36:26 +04:00 committed by GitHub
parent f52ab4f9ef
commit f405ee2b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ requests>=2.25.1
opencv-python>=4.5
paddlepaddle==2.5.0
py>=1.9.0
pytest>=5.0,<7.4
pytest>=5.0,<7.5
pytest-dependency==0.5.1
pytest-html==3.2.0
pytest-timeout==2.1.0