Skip to content

Commit 0650c78

Browse files
authored
Merge pull request #45 from click-contrib/dependabot/pip/coverage-lt-7
Update coverage requirement from <6 to <7
2 parents 9f3dfd7 + 7d449b4 commit 0650c78

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)