From ba0d42e8c5426d9135844aabad351e9d0ea95964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:40:10 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f1760c..bde3713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Jinja2==3.1.0 pytest==7.1.1 pytest-timeout==2.1.0 termcolor==1.1.0 -flake8==4.0.1 +flake8==6.1.0 pydocstyle==6.1.1 bandit==1.7.4