From 358ae3a516fb84e55cdae27cb1c0e15d4c64bd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 18:55:23 +0000 Subject: [PATCH] Bump flake8 from 3.7.8 to 5.0.2 Bumps [flake8](https://github.com/pycqa/flake8) from 3.7.8 to 5.0.2. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.7.8...5.0.2) --- 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..38a953b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Requirements for browser-calls-django # Linter -flake8==3.7.8 +flake8==5.0.2 # Django Framework Django==3.2.0