Skip to content

Commit 409ae64

Browse files
Update pytest-cov requirement from ~=5.0.0 to >=5.0,<6.3
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@v5.0.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e724ce commit 409ae64

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
@@ -44,7 +44,7 @@ dependencies = [
4444
dev = [
4545
"pre-commit~=3.8.0",
4646
"pytest~=8.3.3",
47-
"pytest-cov~=5.0.0",
47+
"pytest-cov>=5.0,<6.3",
4848
"python-dotenv~=1.0.1",
4949
"pytest-asyncio~=0.24.0",
5050
]

0 commit comments

Comments
 (0)