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>
This commit is contained in:
dependabot[bot] 2025-08-05 06:37:25 -05:00 committed by GitHub
parent 0249a08201
commit cbe1b9e81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ gevent = ["gevent"]
eventlet = ["eventlet"]
coverage = [
"pytest-cov",
"coverage>=5,<=7.5"
"coverage>=5,<=7.10.2"
]
mockupdb = [
"mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master"