]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Update coverage requirement from ^6.2 to >=6.2,<8.0 (#663)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 29 Oct 2023 09:18:26 +0000 (09:18 +0000)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 09:18:26 +0000 (09:18 +0000)
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](https://github.com/nedbat/coveragepy/compare/6.2...7.2.7)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index cc7643165d03775c9e6b77eddf80a814bcace1ab..23fa79bf31ddb63799939315cf7a0b1d334da3fa 100644 (file)
@@ -44,7 +44,7 @@ mkdocs-material = "9.2.7"
 pillow = "^9.3.0"
 cairosvg = "^2.5.2"
 mdx-include = "^1.4.1"
-coverage = {extras = ["toml"], version = "^6.2"}
+coverage = {extras = ["toml"], version = ">=6.2,<8.0"}
 fastapi = "^0.68.1"
 requests = "^2.26.0"
 ruff = "^0.1.2"