Skip to content

Commit 3c43fc8

Browse files
Update flake8 requirement from ^4.0.1 to ^5.0.4 (#48)
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@4.0.1...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>
1 parent 6583eac commit 3c43fc8

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
@@ -24,7 +24,7 @@ pytest-cov = "^3.0.0"
2424
black = "^22.1"
2525
isort = "^5.9.3"
2626
mypy = "^0.971"
27-
flake8 = "^4.0.1"
27+
flake8 = "^5.0.4"
2828
pytest = "^7.0.0"
2929
nox = "^2022.1.7"
3030

0 commit comments

Comments
 (0)