Skip to content

Commit

Permalink
build(deps-dev): update flake8-black requirement from ^0.2.1 to ^0.3.2 (
Browse files Browse the repository at this point in the history
#165)

Updates the requirements on [flake8-black](https://github.com/peterjc/flake8-black) to permit the latest version.
- [Release notes](https://github.com/peterjc/flake8-black/releases)
- [Commits](peterjc/flake8-black@v0.2.1...v0.3.2)

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

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] committed Mar 14, 2022
1 parent 565c2d1 commit ebb2b4d
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 @@ -22,7 +22,7 @@ importlib_metadata = {version = ">=1.6", python = "<3.8"}
[tool.poetry.dev-dependencies]
black = "^22.1"
flake8 = "^4.0.1"
flake8-black = "^0.2.1"
flake8-black = "^0.3.2"
flake8-bugbear = "^22.1.11"
flake8-isort = "^4.0.0"
flake8-pyi = "^22.1.0"
Expand Down

0 comments on commit ebb2b4d

Please sign in to comment.