Skip to content

Commit 4b39a84

Browse files
dependabot[bot]amotl
authored andcommitted
Update flake8 requirement from <7,>=4 to >=4,<8
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@4.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7be9a36 commit 4b39a84

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
@@ -74,7 +74,7 @@ def read(path):
7474
'createcoverage>=1,<2',
7575
'dask',
7676
'stopit>=1.1.2,<2',
77-
'flake8>=4,<7',
77+
'flake8>=4,<8',
7878
'pandas<2.1',
7979
'pytz',
8080
],

0 commit comments

Comments
 (0)