Skip to content

Commit

Permalink
Update flake8 requirement from <4.0,>=3.9 to >=3.9,<8.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.9.0...7.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 520fa26 commit 71d5401
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 @@ -38,7 +38,7 @@
extras_require = {
"dev": [
"autopep8",
"flake8>=3.9,<4.0",
"flake8>=3.9,<8.0",
"flake8-import-order",
"flake8-print",
"pycodestyle >=2.6.0",
Expand Down

0 comments on commit 71d5401

Please sign in to comment.