Skip to content

Commit d65a115

Browse files
dependabot[bot]lafrech
authored andcommitted
Bump flake8-bugbear from 21.11.28 to 21.11.29
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@21.11.28...21.11.29) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f88c883 commit d65a115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
EXTRAS_REQUIRE = {
44
"tests": ["pytest", "mock"],
5-
"lint": ["flake8==4.0.1", "flake8-bugbear==21.11.28", "pre-commit~=2.7"],
5+
"lint": ["flake8==4.0.1", "flake8-bugbear==21.11.29", "pre-commit~=2.7"],
66
}
77
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
88

0 commit comments

Comments
 (0)