Skip to content

Commit

Permalink
Bump flake8 from 3.6.0 to 3.7.1
Browse files Browse the repository at this point in the history
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.6.0 to 3.7.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.6.0...3.7.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support authored and dependabot[bot] committed Jan 30, 2019
1 parent ba98f81 commit 0cf7426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py 100755 → 100644
Expand Up @@ -4,7 +4,7 @@
EXTRAS_REQUIRE = {
"tests": ["pytest", "mock", "pytest-mock", "scripttest==1.3"],
"lint": [
"flake8==3.6.0",
"flake8==3.7.1",
"flake8-bugbear==18.8.0",
"mypy==0.660",
"pre-commit==1.14.2",
Expand Down

0 comments on commit 0cf7426

Please sign in to comment.