Skip to content

Commit 3deabc3

Browse files
⬆ Update coverage requirement from ^6.2 to >=6.2,<8.0
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.2.7) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12af946 commit 3deabc3

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)