From c7dbb6349239ba6a40c523eb1b961f75fa65f5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:21:39 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 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 9b28f2a246..0474cb1594 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1,5 +1,5 @@ pep8==1.7.1 -flake8==5.0.4 +flake8==7.2.0 astroid==3.3.8; python_version >= '3.8' pylint==3.3.4; python_version >= '3.8' bandit[toml]==1.7.8; python_version >= '3.7'