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

Commit 3fcc28e

Browse files
Update flake8 requirement from <6,>=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 a0cea19 commit 3fcc28e

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)