Skip to content

Commit b8524ae

Browse files
build(deps): update coverage requirement (#115)
Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.2.2...7.13.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf947df commit b8524ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
tests_require=[
3535
'pytest>=7.2.2, <8.4.0',
36-
'coverage>=7.2.2, <7.7.0',
36+
'coverage>=7.2.2, <7.14.0',
3737
'pytest-cov>=4.0, <6.1',
3838
'testfixtures>=8.3.0, <= 10.0.0'
3939
]

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest>=7.2.2, <8.4.0
22
pytest-mock~=3.14.0
3-
coverage>=7.2.2, <7.7.0
3+
coverage>=7.2.2, <7.14.0
44
testfixtures>=8.3.0, <= 10.0.0

0 commit comments

Comments
 (0)