Update pytest requirement in /src/bindings/python (#22492)

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.0.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>
This commit is contained in:
dependabot[bot] 2024-02-01 10:06:42 +01:00 committed by GitHub
parent 6d2d2d8e28
commit bdf5ea7b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
numpy>=1.16.6,<1.27 # Python bindings, frontends
# pytest
pytest>=5.0,<7.5
pytest>=5.0,<8.1
pytest-dependency==0.6.0
pytest-html==4.1.1
pytest-timeout==2.2.0