Skip to content

Commit ca2052f

Browse files
Update pytest-cov requirement from ~=6.0.0 to >=6.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@v6.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] <[email protected]>
1 parent 2447f18 commit ca2052f

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
@@ -42,7 +42,7 @@ dev = [
4242
"pylint~=3.3.6",
4343
"mypy>=1.15,<1.18",
4444
"pytest>=8.3.5,<8.5.0",
45-
"pytest-cov~=6.0.0",
45+
"pytest-cov>=6.0,<6.3",
4646
"types-pyyaml~=6.0.12.20250326",
4747
]
4848

0 commit comments

Comments
 (0)