From 85f53a9dc6d57c098784b7710fa85eab85fe592d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 01:07:00 +0000 Subject: [PATCH] Update flake8 requirement from ^4.0.1 to ^6.0.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80a3fd3..58c3d3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" [tool.poetry.dev-dependencies] pytest = "7.1.2" pytest-cov = "^3.0.0" -flake8 = "^4.0.1" +flake8 = "^6.0.0" black = "^22.3.0" [tool.pytest.ini_options]