From 81a5f8d640f2adfcd1882578e36d4a811bbc8aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:56:06 +0000 Subject: [PATCH] chore(deps): update flake8 requirement Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce2b674..b6a9ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ ] lint = [ "pylint>=3.2.5,<3.3.0", - "flake8>=5.0.4,<7.1.0", + "flake8>=5.0.4,<7.2.0", "pydocstyle>=6.1.1,<6.4.0", "black>=23.3,<24.5", "flake8-black~=0.3.6",