Skip to content

Commit

Permalink
Bump pytest from 7.1.3 to 7.2.0 in /requirements (#15677)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0.
- [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.1.3...7.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent c55f80f commit cfb27bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/app/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==6.5.0
codecov==2.1.12
pytest==7.1.3
pytest==7.2.0
pytest-timeout==2.1.0
pytest-cov==4.0.0
playwright==1.27.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/lite/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==6.5.0
codecov==2.1.12
pytest==7.1.3
pytest==7.2.0
pytest-cov==4.0.0
pre-commit==2.20.0
click==8.1.3
2 changes: 1 addition & 1 deletion requirements/pytorch/test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage==6.5.0
codecov==2.1.12
pytest==7.1.3
pytest==7.2.0
pytest-cov==4.0.0
pytest-forked==1.4.0
pytest-rerunfailures==10.2
Expand Down

0 comments on commit cfb27bd

Please sign in to comment.