From f9a10ac83f6ad3b141cf5bcd0df7c2af13e88baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:51:42 +0000 Subject: [PATCH] [noissue]: Bump flake8 from 7.0.0 to 7.1.1 Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.1. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 3a5e47a..a647de2 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,6 +1,6 @@ # Lint requirements black==24.4.2 -flake8==7.0.0 +flake8==7.1.1 isort==5.13.2 mypy==1.11.1 shellcheck-py==0.10.0.1