Skip to content

Commit

Permalink
Update flake8 requirement from ~=4.0 to ~=6.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.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@4.0.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] committed Nov 24, 2022
1 parent 3102c8f commit a7d9e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
asynctest~=0.13
flake8~=4.0
flake8~=6.0
flake8-docstrings~=1.6
mypy==0.961
pylint~=2.14
Expand Down

0 comments on commit a7d9e9b

Please sign in to comment.