Skip to content

Commit 7d449b4

Browse files
Update coverage requirement from <6 to <7
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@coverage-3.0b1...6.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f3dfd7 commit 7d449b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_long_description():
3939
extras_require={
4040
'docs': ['sphinx>=3.0, <6', 'Pallets-Sphinx-Themes', 'm2r2'],
4141
'tests': ['pytest'],
42-
'tests_cov': ['pytest', 'pytest-cov', 'coverage <6', 'coveralls'],
42+
'tests_cov': ['pytest', 'pytest-cov', 'coverage <7', 'coveralls'],
4343
},
4444
url='https://github.com/click-contrib/click-option-group',
4545
project_urls={

0 commit comments

Comments
 (0)