Skip to content

Commit ee1cc46

Browse files
dependabot[bot]amotl
authored andcommitted
Update flake8 requirement from <5,>=4 to >=4,<7
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] <support@github.com>
1 parent a103a16 commit ee1cc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def read(path):
6969
'zc.customdoctests>=1.0.1,<2',
7070
'createcoverage>=1,<2',
7171
'stopit>=1.1.2,<2',
72-
'flake8>=4,<5',
72+
'flake8>=4,<7',
7373
'pytz',
7474
# `test_http.py` needs `setuptools.ssl_support`
7575
'setuptools<57',

0 commit comments

Comments
 (0)