Skip to content

Commit

Permalink
build(deps): bump pytest-cov from 3.0.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v3.0.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
1 parent 1efa0ef commit da20c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flake8 = "==6.0.0"
pre-commit = "==2.19.0"
pylint = "==2.15.7"
pytest = "==7.2.0"
pytest-cov = "==3.0.0"
pytest-cov = "==4.0.0"

[packages]
PyYAML = "==6.0"

0 comments on commit da20c08

Please sign in to comment.