From f893b859a590de2e865a719da371bc4fd8abd732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:12:05 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 25834c70a0..573f943dca 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ isort==5.13.2; python_version >= "3.8" pre-commit; python_version <= "3.8" pre-commit==3.7.1; python_version > "3.8" flake8; python_version < "3.8" -flake8==7.0.0; python_version >= "3.8" +flake8==7.1.1; python_version >= "3.8" bandit==1.7.8 gitlint==v0.19.1 interrogate