Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit bbb768b

Browse files
authored
Merge pull request #64 from catalyst-cooperative/dependabot/pip/main/flake8-gte-4-and-lt-7
Update flake8 requirement from <6,>=4 to >=4,<7
2 parents a0cea19 + 3fcc28e commit bbb768b

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
@@ -68,7 +68,7 @@
6868
"bandit>=1.6,<2", # Checks code for security issues
6969
"coverage>=5.3,<7", # Lets us track what code is being tested
7070
"doc8>=0.9,<1.1", # Ensures clean documentation formatting
71-
"flake8>=4,<6", # A framework for linting & static analysis
71+
"flake8>=4,<7", # A framework for linting & static analysis
7272
"flake8-builtins>=1.5,<3", # Avoid shadowing Python built-in names
7373
"flake8-colors>=0.1,<0.2", # Produce colorful error / warning output
7474
"flake8-docstrings>=1.5,<2", # Ensure docstrings are formatted well

0 commit comments

Comments
 (0)