Skip to content

Commit

Permalink
Update flake8 requirement from <4.1,>=3.9 to >=3.9,<6.1
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.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@3.9.0...6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2022
1 parent 4f7c83c commit 036890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Development
django-debug-toolbar>=3.2,<3.6
django-extensions>=3.1,<3.2
flake8>=3.9,<4.1
flake8>=3.9,<6.1
isort>=5.9,<5.11

# Testing
Expand Down

0 comments on commit 036890c

Please sign in to comment.