Skip to content

Commit ce32749

Browse files
Update flake8 requirement from <=7.1.2,>=5.0.0 to >=5.0.0,<=7.2.0
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@5.0.0...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f54409d commit ce32749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sphinx-github-style >= 1.0, <= 1.2.2
1111

1212
# linting
1313
black == 25.1.0
14-
flake8 >= 5.0.0, <= 7.1.2
14+
flake8 >= 5.0.0, <= 7.2.0
1515
flake8-docstrings >= 1.0.0, <= 1.7.0
1616
flake8-eradicate >= 1.0.0, <= 1.5.0
1717
flake8-isort >= 5.0.0, <= 6.1.2

0 commit comments

Comments
 (0)