Skip to content

Commit

Permalink
Merge pull request #54 from espdev/dependabot/pip/coverage-lt-7
Browse files Browse the repository at this point in the history
Update coverage requirement from <6 to <7
  • Loading branch information
espdev committed Oct 4, 2021
2 parents ba9f0e7 + bc42388 commit 38b2cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _get_long_description():
],
extras_require={
'docs': ['sphinx >=3.0.0, <5', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'tests': ['pytest', 'coverage <6', 'pytest-cov', 'coveralls'],
'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'],
},
package_data={"csaps": ["py.typed"]},
url='https://github.com/espdev/csaps',
Expand Down

0 comments on commit 38b2cc9

Please sign in to comment.