Skip to content

Commit cbe1b9e

Browse files
Update coverage requirement from <=7.5,>=5 to >=5,<=7.10.2 (#2453)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0249a08 commit cbe1b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gevent = ["gevent"]
5454
eventlet = ["eventlet"]
5555
coverage = [
5656
"pytest-cov",
57-
"coverage>=5,<=7.5"
57+
"coverage>=5,<=7.10.2"
5858
]
5959
mockupdb = [
6060
"mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master"

0 commit comments

Comments
 (0)