From 7d5ffc20898b4f0e8ce2b433d3598f9bd3ba1cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:29:31 +0100 Subject: [PATCH] chore(deps-dev): update flake8 requirement (#19) Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... 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 86c7a55..ded3cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ "black ==23.12.0", "mypy >=1.0.0,<2.0.0", "types-tree-sitter", - "flake8 >=6.0.0,<7.0.0", + "flake8 >=6.0.0,<8.0.0", "ruff >=0.0.275,<0.2.0", "isort >=5.0.0,<6.0.0", "nltk >=3.0.0,<4.0.0",