Skip to content

Commit

Permalink
Update flake8 requirement from ^4.0.1 to ^6.0.0 (#6)
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.1...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent 9007dfe commit 2f78d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ isort = "^5.10.1"
poethepoet = "^0.16.5"
pytest = "^7.1.2"
pytest-asyncio = "^0.18"
flake8 = "^4.0.1"
flake8 = "^6.0.0"
pylint = "^2.14.5"

[tool.poetry.scripts]
Expand Down

0 comments on commit 2f78d94

Please sign in to comment.