From 3fa4d3671f85d0194f163d9f244b4c96351b096f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:37:59 -0500 Subject: [PATCH] Build(deps-dev): bump flake8 from 6.1.0 to 7.0.0 (#481) Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c9cc7123..c60c8902 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ black==23.11.0 docformatter==1.7.5 filelock==3.13.1 -flake8==6.1.0 +flake8==7.0.0 isort==5.13.0 pytest==7.4.3 pytest-xdist==3.5.0