Skip to content

Commit

Permalink
Update pytest-cov requirement from <4.0,>=2.12 to >=2.12,<5.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...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2022
1 parent 1ba71dd commit 18fe0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ license = { text = "BSD 3-Clause License" }
[project.optional-dependencies]
test = [
"pytest>=6.2.4,<7.2.0",
"pytest-cov>=2.12,<4.0",
"pytest-cov>=2.12,<5.0",
"pytest-xdist",
"pyyaml>=6,<7",
"recommonmark",
Expand Down

0 comments on commit 18fe0e6

Please sign in to comment.