From 14493ec158def9c4bce1239efd0d70289919f60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 23:29:11 +0100 Subject: [PATCH] chore(deps-dev): update flake8 requirement from 6.1.0 to 7.0.0 (#52) Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 785913a..fd2e3a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ mypy = [ ] autopep8 = {version = "2.0.4", python = ">=3.8"} isort = {version = "5.13.2", python = ">=3.8"} -flake8 = { version="6.1.0", python=">=3.8.1" } +flake8 = { version="7.0.0", python=">=3.8.1" } flake8-annotations = { version="3.0.1", python=">=3.8.1" } flake8-bugbear = { version="23.12.2", python=">=3.8.1" } flake8-isort = {version = "6.1.1", python = ">=3.8"}