Skip to content

Commit 55700ef

Browse files
Update gcovr requirement from >=7.2 to >=8.6
Updates the requirements on [gcovr](https://github.com/gcovr/gcovr) to permit the latest version. - [Release notes](https://github.com/gcovr/gcovr/releases) - [Changelog](https://github.com/gcovr/gcovr/blob/main/CHANGELOG.rst) - [Commits](gcovr/gcovr@7.2...8.6) --- updated-dependencies: - dependency-name: gcovr dependency-version: '8.6' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c882ba commit 55700ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = []
1010
dev = [
1111
"cmake==4.3.1",
1212
"clang-format==22.1.3",
13-
"gcovr>=7.2",
13+
"gcovr>=8.6",
1414
"pre-commit>=3.7.1",
1515
]
1616

0 commit comments

Comments
 (0)