Skip to content

Commit

Permalink
build(deps-dev): update coverage[toml] requirement (#678)
Browse files Browse the repository at this point in the history
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](nedbat/coveragepy@6.0...7.3.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>
  • Loading branch information
dependabot[bot] committed Aug 13, 2023
1 parent dd6946c commit 3561a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docs = [
"furo>=2023.3.27",
]
test = [
"coverage[toml]>=6,<7",
"coverage[toml]>=6,<8",
"pytest>=7,<8",
"pytest-xdist>=2,<3",
"pytest-mock>=3,<4",
Expand Down

0 comments on commit 3561a97

Please sign in to comment.