Skip to content

Commit

Permalink
Update flake8 requirement from <4.0.0,>=3.4.0 to >=3.4.0,<8.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Commits](PyCQA/flake8@3.4.0...7.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2024
1 parent 7b9b3f2 commit 410739f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
extras_require={
"test": [
"flake8>=3.4.0,<4.0.0",
"flake8>=3.4.0,<8.0.0",
"mypy>=0.521,<1.0",
"pytest>=3.2.0,<4.0.0",
"tox>=2.5.0,<3.0.0",
Expand Down

0 comments on commit 410739f

Please sign in to comment.