Skip to content

Commit

Permalink
Bump coverage from 6.4.2 to 6.5.0 in /requirements (#15674)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.4.2...6.5.0)

---
updated-dependencies:
- dependency-name: coverage
  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] committed Nov 17, 2022
1 parent 98bcb3d commit 13eb2a1
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
@@ -1,4 +1,4 @@
coverage==6.4.2
coverage==6.5.0
codecov==2.1.12
pytest==7.1.3
pytest-timeout==2.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/lite/test.txt
@@ -1,4 +1,4 @@
coverage==6.4.2
coverage==6.5.0
codecov==2.1.12
pytest==7.1.3
pytest-cov==4.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pytorch/test.txt
@@ -1,4 +1,4 @@
coverage==6.4.2
coverage==6.5.0
codecov==2.1.12
pytest==7.1.3
pytest-cov==4.0.0
Expand Down

0 comments on commit 13eb2a1

Please sign in to comment.