From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 20:59:26 +0000 (+0100) Subject: ⬆ Update flake8 requirement from ^3.9.2 to ^5.0.4 (#396) X-Git-Tag: 0.0.9~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781174e6e9239445c7b7c700356f31c5f55a8d9c;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Update flake8 requirement from ^3.9.2 to ^5.0.4 (#396) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index 1b961616..addffbf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"