Skip to content

Commit 188f7cd

Browse files
⬆ Update coverage requirement from ^6.2 to >=6.2,<8.0 (#663)
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](nedbat/coveragepy@6.2...7.2.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12af946 commit 188f7cd

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
@@ -44,7 +44,7 @@ mkdocs-material = "9.2.7"
4444
pillow = "^9.3.0"
4545
cairosvg = "^2.5.2"
4646
mdx-include = "^1.4.1"
47-
coverage = {extras = ["toml"], version = "^6.2"}
47+
coverage = {extras = ["toml"], version = ">=6.2,<8.0"}
4848
fastapi = "^0.68.1"
4949
requests = "^2.26.0"
5050
ruff = "^0.1.2"

0 commit comments

Comments
 (0)