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

Commit cb4b91d

Browse files
Bump flake8 from 3.8.4 to 3.9.0
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 39f5899 commit cb4b91d

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.9.0", "flake8-bugbear==20.11.1", "pre-commit~=2.0"],
88
}
99
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]
1010

0 commit comments

Comments
 (0)