Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2022
1 parent 6583eac commit 3c43fc8
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 @@ -24,7 +24,7 @@ pytest-cov = "^3.0.0"
black = "^22.1"
isort = "^5.9.3"
mypy = "^0.971"
flake8 = "^4.0.1"
flake8 = "^5.0.4"
pytest = "^7.0.0"
nox = "^2022.1.7"

Expand Down

0 comments on commit 3c43fc8

Please sign in to comment.