From a955125f7990d2c7ad56cda3412f21e37de36c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:29:46 +0000 Subject: [PATCH] Update flake8 requirement from ^4.0.1 to ^5.0.1 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.1) --- 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 ef8c3e4..1680a75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ python = "^3.7" black = {version = "^21.9b0", allow-prereleases = true} mypy = "^0.930" isort = "^5.9.3" -flake8 = "^4.0.1" +flake8 = "^5.0.1" pytest = "^6.2.5" pytest-cov = "^3.0.0" pre-commit = "^2.15.0"