Skip to content

Commit 6dfd5c5

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update coverage requirement from ~=7.6.1 to >=7.6.1,<7.9.0
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@7.6.1...7.8.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39e0b9a commit 6dfd5c5

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
@@ -37,7 +37,7 @@
3737
'black~=23.12.1',
3838
'flake8~=7.1.0',
3939
'isort~=5.13.2',
40-
'coverage~=7.6.1',
40+
'coverage>=7.6.1,<7.9.0',
4141
'tblib~=3.0.0',
4242
'docstrfmt~=1.8.0',
4343
],

0 commit comments

Comments
 (0)