Skip to content

Commit 3dcd09c

Browse files
chore(deps): update coverage requirement from >=7.13.5 to >=7.14.0 (#46)
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.13.5...7.14.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.0 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 446eb43 commit 3dcd09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pytest>=7.0.0
33
pytest-cov>=4.0.0
44
pytest-mock>=3.15.1
5-
coverage>=7.13.5
5+
coverage>=7.14.0
66

77
# Include main requirements
88
-r requirements.txt

0 commit comments

Comments
 (0)