Skip to content

Commit 4c7dd98

Browse files
Bump flake8-bugbear from 20.11.1 to 21.4.3
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.4.3. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@20.11.1...21.4.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 0ae5730 commit 4c7dd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
EXTRAS_REQUIRE = {
1414
"tests": ["pytest"],
15-
"lint": ["flake8==3.9.0", "flake8-bugbear==20.11.1", "pre-commit~=2.7"],
15+
"lint": ["flake8==3.9.0", "flake8-bugbear==21.4.3", "pre-commit~=2.7"],
1616
}
1717
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
1818

0 commit comments

Comments
 (0)