From e9af14fef623399991a6088e4694750ff490552a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:14:58 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 7.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.1.0) --- 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 5110684050..4eea17f4ed 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ pep8==1.7.1 -flake8==5.0.4 +flake8==7.1.0 astroid==3.1.0; python_version >= '3.8' pylint==3.1.0; python_version >= '3.8' bandit[toml]==1.7.8; python_version >= '3.7'