From fe0c7dcd2d8c2ebd2c49186e28f7f2d1c9672d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:59:23 +0000 Subject: [PATCH] Update flake8 requirement from <6.1,>=6.0 to >=6.0,<6.2 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...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 95b2e7c7..780f4dc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ doc = [ test = [ "coverage>=4.5.3,<7.3", "coveralls>=3.0.0,<3.3.2", - "flake8>=6.0,<6.1", + "flake8>=6.0,<6.2", "flake8-black>=0.3.4,<0.4", "flake8-bugbear>=23.5,<23.10", "pytest>=7.1.2,<7.4.4",