Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 2f2a7c0

Browse files
Bump flake8-bugbear from 20.11.1 to 21.3.2
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.3.2. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](https://github.com/PyCQA/flake8-bugbear/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 39f5899 commit 2f2a7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
INSTALL_REQUIRES = ("marshmallow>=2.15.2",)
55
EXTRAS_REQUIRE = {
66
"tests": ["pytest", "mock", "faker==4.18.0", "Flask==1.1.2"],
7-
"lint": ["flake8==3.8.4", "flake8-bugbear==20.11.1", "pre-commit~=2.0"],
7+
"lint": ["flake8==3.8.4", "flake8-bugbear==21.3.2", "pre-commit~=2.0"],
88
}
99
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
1010

0 commit comments

Comments
 (0)