Skip to content

Commit bf60db4

Browse files
Update flake8 requirement from <5 to <7 (#190)
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@0.1...6.0.0) --- 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 5313158 commit bf60db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ redis = "*"
1919
gevent = "*"
2020
sure = "*"
2121
pook = "*"
22-
flake8 = "<5"
22+
flake8 = "<7"
2323
xxhash = "*"
2424
aiohttp = "*"
2525
async-timeout = "*"

0 commit comments

Comments
 (0)