Skip to content

Commit 4ce5964

Browse files
Update pytest-cov requirement from <5.0.0,>=2.6.1 to >=2.6.1,<8.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v2.6.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b29d630 commit 4ce5964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ types-requests>=2.25, <3.0
66
types-toml>=0.10, <1.0
77
# testing
88
pytest>=5.3.5, <8.0.0
9-
pytest-cov>=2.6.1, <5.0.0
9+
pytest-cov>=2.6.1, <8.0.0
1010
pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg)
1111
pytest_cases>=3.6.8, <4.0.0
1212
pytest-randomly>=3.5.0, <4.0.0

0 commit comments

Comments
 (0)