Skip to content

Commit

Permalink
Update flake8 requirement from <6.1,>=4.0 to >=4.0,<6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent b2025f1 commit 0139f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tests = [
"flake8-docstrings>=1.5,<1.8", # Ensure docstrings are formatted well
"flake8-rst-docstrings>=0.2,<0.4", # Allow use of ReST in docstrings
"flake8-use-fstring>=1.0,<1.5", # Highlight use of old-style string formatting
"flake8>=4.0,<6.1", # A framework for linting & static analysis
"flake8>=4.0,<6.2", # A framework for linting & static analysis
"jupyter", # For integration testing Jupyter notebooks
"mccabe>=0.6,<0.8", # Checks that code isn't overly complicated
"mypy>=1.0,<1.5", # Static type checking
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"bandit>=1.6,<1.8", # Checks code for security issues
"coverage>=5.3,<7.3", # Lets us track what code is being tested
"doc8>=0.9,<1.2", # Ensures clean documentation formatting
"flake8>=4.0,<6.1", # A framework for linting & static analysis
"flake8>=4.0,<6.2", # A framework for linting & static analysis
"flake8-builtins>=1.5,<2.2", # Avoid shadowing Python built-in names
"flake8-colors>=0.1,<0.2", # Produce colorful error / warning output
"flake8-docstrings>=1.5,<1.8", # Ensure docstrings are formatted well
Expand Down

0 comments on commit 0139f60

Please sign in to comment.