Skip to content

Commit

Permalink
Bump pytest from 7.2.0 to 8.1.1 in /tests
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.2.0...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent f55e967 commit cb397bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
pytest-dependency==0.5.1
pytest-html==4.1.1
pytest-timeout==2.2.0
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1; python_version >= '3.10'
pytest-cov==2.11.1
# pytest-html==1.19.0
pytest-html
Expand Down

0 comments on commit cb397bc

Please sign in to comment.