Skip to content

Commit 4ffd865

Browse files
Update flake8 requirement from <5.1,>=4 to >=4,<6.1
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.0...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86d4e5f commit 4ffd865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# -----------------------
55
black
66
feedparser>=6.0,<6.1
7-
flake8>=4,<5.1
7+
flake8>=4,<6.1
88
pre-commit>=2.10,<2.21
99
pytest-cov==4.0.*
1010
validator-collection>=1.5,<1.6

0 commit comments

Comments
 (0)