Skip to content

Commit 0babbef

Browse files
dependabot[bot]espdev
authored andcommitted
Update coverage requirement from <7 to <8
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](coveragepy/coveragepy@coverage-3.0b1...7.0.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 654a186 commit 0babbef

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, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
37-
'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'],
37+
'tests': ['pytest', 'coverage <8', 'pytest-cov', 'coveralls'],
3838
},
3939
package_data={"csaps": ["py.typed"]},
4040
url='https://github.com/espdev/csaps',

0 commit comments

Comments
 (0)