Skip to content

Commit 2be26b0

Browse files
Update pytest-cov requirement from <5.1,>=4.1 to >=4.1,<6.1 (#900)
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.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2c69d4 commit 2be26b0

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
@@ -67,7 +67,7 @@ test = [
6767
"Pyjwt~=2.9.0",
6868
"pytest>=8.2,<9",
6969
"pytest-asyncio~=0.23",
70-
"pytest-cov>=4.1,<5.1",
70+
"pytest-cov>=4.1,<6.1",
7171
"pytest-mock>=3.12,<3.15",
7272
"pytest-randomly==3.*",
7373
"pytest-xdist==3.*",

0 commit comments

Comments
 (0)