From 2d3a1b4a32b1d38a7b58b00e5d484f7aedd8943d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:14:44 +0000 Subject: [PATCH] Bump flake8 from 3.9.2 to 5.0.4 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 3fa9a3f..c8879d3 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,2 +1,2 @@ -flake8==3.9.2 +flake8==5.0.4 pylint==2.7.4