Skip to content

Commit e235afe

Browse files
⬆ Update coverage requirement from ~=6.2 to ~=7.10
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@6.2...7.10.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3805655 commit e235afe

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
@@ -33,7 +33,7 @@ Repository = "https://github.com/<your GitHub name>/<new repo>"
3333
dev = [
3434
"pytest>=8.1.1,<9",
3535
"pytest-cov>=5.0.0,<6",
36-
"coverage~=6.2",
36+
"coverage~=7.10",
3737
"pytest-rerunfailures>=14.0,<15",
3838
"aiohttp>=3.12.13",
3939
"pytest-asyncio>=0.23.0,<1",

0 commit comments

Comments
 (0)