Skip to content

Commit

Permalink
build(deps-dev): update flake8-bugbear requirement (#161)
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@21.4.3...22.1.11)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  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 Jan 13, 2022
1 parent edce118 commit ad7d14c
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 @@ -23,7 +23,7 @@ importlib_metadata = {version = ">=1.6", python = "<3.8"}
black = "^21.9b0"
flake8 = "^4.0.1"
flake8-black = "^0.2.1"
flake8-bugbear = "^21.4.3"
flake8-bugbear = "^22.1.11"
flake8-isort = "^4.0.0"
flake8-pyi = "^20.10.0"
isort = "^5.9.2"
Expand Down

0 comments on commit ad7d14c

Please sign in to comment.