From bf5d839c225988eb38de094a62a5c458dd7df20b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:49:04 -0400 Subject: [PATCH] Bump flake8 from 6.0.0 to 6.1.0 (#4461) Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 606164036..c9371dd35 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,7 +1,7 @@ black==23.7.0 coverage==7.2.7 flake8-docstrings==1.7.0 -flake8==6.0.0 +flake8==6.1.0 pre-commit==3.3.3 pydocstyle==6.3.0 pylint==2.17.5