From 9b6cab4adb3f8b9d1a980b3873c993b17bef93cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:40:51 +0000 Subject: [PATCH] Bump flake8 from 3.7.8 to 6.1.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.7.8 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/3.7.8...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 c946498..4c87947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Requirements for browser-calls-django # Linter -flake8==3.7.8 +flake8==6.1.0 # Django Framework Django==3.2.0