Skip to content

Commit

Permalink
Update flake8 requirement from ~=3.7 to >=3.7,<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.7.0...7.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent d1c2ea3 commit abf3121
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 @@ -117,7 +117,7 @@
"factory-boy>=2.12,<4.0",
"livereload~=2.5",
# Lint and code style
"flake8~=3.7",
"flake8>=3.7,<8.0",
"flake8-blind-except~=0.1",
"flake8-debugger>=3.1,<5.0",
"flake8-docstrings~=1.3",
Expand Down

0 comments on commit abf3121

Please sign in to comment.