Skip to content

Commit 38b2cc9

Browse files
authored
Merge pull request #54 from espdev/dependabot/pip/coverage-lt-7
Update coverage requirement from <6 to <7
2 parents ba9f0e7 + bc42388 commit 38b2cc9

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
@@ -34,7 +34,7 @@ def _get_long_description():
3434
],
3535
extras_require={
3636
'docs': ['sphinx >=3.0.0, <5', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
37-
'tests': ['pytest', 'coverage <6', 'pytest-cov', 'coveralls'],
37+
'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'],
3838
},
3939
package_data={"csaps": ["py.typed"]},
4040
url='https://github.com/espdev/csaps',

0 commit comments

Comments
 (0)