Skip to content

Commit

Permalink
Bump flake8-bugbear from 21.4.3 to 21.9.2 (#230)
Browse files Browse the repository at this point in the history
* Bump flake8-bugbear from 21.4.3 to 21.9.2

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.4.3 to 21.9.2.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@21.4.3...21.9.2)

---
updated-dependencies:
- dependency-name: flake8-bugbear
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* Update flake8-bugbear in pre-commit

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Loria <[email protected]>
  • Loading branch information
dependabot[bot] and sloria authored Nov 14, 2021
1 parent 36aa3ea commit f4a2715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
rev: 3.9.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==21.4.3]
additional_dependencies: [flake8-bugbear==21.9.2]
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
EXTRAS_REQUIRE = {
"django": DJANGO_REQUIRES,
"tests": ["pytest"] + DJANGO_REQUIRES,
"lint": ["flake8==3.9.2", "flake8-bugbear==21.4.3", "mypy==0.910", "pre-commit~=2.4"],
"lint": ["flake8==3.9.2", "flake8-bugbear==21.9.2", "mypy==0.910", "pre-commit~=2.4"],
}
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
PYTHON_REQUIRES = ">=3.6"
Expand Down

0 comments on commit f4a2715

Please sign in to comment.