]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Update coverage requirement from ^5.5 to ^6.2 (#171)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 4 Nov 2022 21:13:58 +0000 (22:13 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 21:13:58 +0000 (22:13 +0100)
Update coverage requirement from ^5.5 to ^6.2

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/coverage-5.5...6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index addffbf4af17bbf4c9dc8af5690b6421c7fd4218..3c501e5c6e606172500e9ac68d170b93813e5e69 100644 (file)
@@ -43,7 +43,7 @@ black = {version = "^21.5-beta.1", python = "^3.7"}
 mkdocs = "^1.2.1"
 mkdocs-material = "^8.1.4"
 mdx-include = "^1.4.1"
-coverage = {extras = ["toml"], version = "^5.5"}
+coverage = {extras = ["toml"], version = "^6.2"}
 fastapi = "^0.68.1"
 requests = "^2.26.0"
 autoflake = "^1.4"