Skip to content

Commit 7300e63

Browse files
Update flake8 requirement from ^3.8 to ^5.0 (#33)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@3.8.0...5.0.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2208ac9 commit 7300e63

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
@@ -25,7 +25,7 @@ django = "^2.2||^3.0||^4.0"
2525
[tool.poetry.dev-dependencies]
2626
bump2version = "^1.0"
2727
mock = "^4.0"
28-
flake8 = "^3.8"
28+
flake8 = "^5.0"
2929
pytest = "^7.0"
3030
pytest-cov = "^4.0"
3131
pytest-django = "^4.5"

0 commit comments

Comments
 (0)