Skip to content

Commit

Permalink
Update pytest-cov requirement from <3.1,>=2.10 to >=2.10,<4.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [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@v2.10.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 29, 2022
1 parent 3209956 commit db0cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def read(*parts):
tests_require = [
'codecov==2.1.*',
'coverage>=5.3,<6.5',
'pytest-cov>=2.10,<3.1',
'pytest-cov>=2.10,<4.1',
'pytest-env==0.6.*',
'pytest>=6.1,<7.2',
'pycodestyle>=2.6,<2.10'
Expand Down

0 comments on commit db0cefd

Please sign in to comment.