[DEV] Update coverage[toml] requirement from ~=6.3 to >=6.3,<8.0 (#975)
Updates the requirements on [coverage[toml]](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](https://github.com/nedbat/coveragepy/compare/6.3...7.5.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f3a979c818
commit
10387c925d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ where = ["src"]
|
|||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
"coverage[toml]~=6.3",
|
||||
"coverage[toml]>=6.3,<8.0",
|
||||
"pytest>=7.2,<9.0",
|
||||
"pytest-rerunfailures~=14.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue