From cd5e43229618c132d596698bcfb4eb847b2ac92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:56:12 +0000 Subject: [PATCH] chore(deps-dev): 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/4.0.0...6.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 47390cc..d09c979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pytest-mock >=3.0.0,<4.0.0", "black ==23.7.0", "mypy >=1.0.0", - "flake8 >=4.0.0,<5.0.0", + "flake8 >=4.0.0,<7.0.0", "isort >=5.0.0,<7.0.0", "ruff ==0.1.3", "types-requests >=2.20.0,<3.0.0",