Skip to content

Commit

Permalink
Update pytest-cov requirement from ~=2.12 to >=2.12,<4.0
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.12.0...v3.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] authored Apr 25, 2022
1 parent 519033a commit 4acfe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ where = src
[options.extras_require]
test =
pytest>=6.2.4,<7.2.0
pytest-cov~=2.12
pytest-cov>=2.12,<4.0
recommonmark
hypothesis
demo =
Expand Down

0 comments on commit 4acfe2b

Please sign in to comment.