Skip to content

Commit 797a600

Browse files
Bump flake8 from 3.7.8 to 3.7.9
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.8 to 3.7.9. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.8...3.7.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ffcd7e8 commit 797a600

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
EXTRAS_REQUIRE = {
55
"yaml": ["PyYAML>=3.10"],
66
"validation": ["prance[osv]>=0.11"],
7-
"lint": ["flake8==3.7.8", "flake8-bugbear==19.8.0", "pre-commit~=1.18"],
7+
"lint": ["flake8==3.7.9", "flake8-bugbear==19.8.0", "pre-commit~=1.18"],
88
"docs": [
99
"marshmallow>=2.19.2",
1010
"pyyaml==5.1.2",

0 commit comments

Comments
 (0)