From 455eafd196e5dbec22c81036302286b94299f347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 10:04:21 +0000 Subject: [PATCH] Bump flake8 from 3.9.2 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce52697a..31b83700 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ "marshmallow": ["marshmallow>=3.13.0"], "yaml": ["PyYAML>=3.10"], "validation": ["prance[osv]>=0.11"], - "lint": ["flake8==3.9.2", "flake8-bugbear==21.9.1", "pre-commit~=2.4"], + "lint": ["flake8==6.0.0", "flake8-bugbear==21.9.1", "pre-commit~=2.4"], "docs": [ "marshmallow>=3.13.0", "pyyaml==5.4.1",