]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Update flake8 requirement from ^3.9.2 to ^5.0.4 (#396)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 4 Nov 2022 20:59:26 +0000 (21:59 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Nov 2022 20:59:26 +0000 (21:59 +0100)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...5.0.4)

---
updated-dependencies:
- dependency-name: flake8
  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 1b9616169c226e83c24a7293e412d3e4909b24cd..addffbf4af17bbf4c9dc8af5690b6421c7fd4218 100644 (file)
@@ -38,7 +38,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
 [tool.poetry.dev-dependencies]
 pytest = "^7.0.1"
 mypy = "0.930"
-flake8 = "^3.9.2"
+flake8 = "^5.0.4"
 black = {version = "^21.5-beta.1", python = "^3.7"}
 mkdocs = "^1.2.1"
 mkdocs-material = "^8.1.4"