Skip to content

Commit e268c4b

Browse files
deps(dev): update pytest-cov requirement from <6,>=4 to >=4,<7
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43f784a commit e268c4b

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
@@ -47,7 +47,7 @@
4747
"gunicorn==23.*",
4848
],
4949
"tests": [
50-
"pytest-cov>=4,<6",
50+
"pytest-cov>=4,<7",
5151
"pytest-instafail==0.5.*",
5252
"pytest-mock==3.*",
5353
"pytest-ruff==0.*",

0 commit comments

Comments
 (0)