From f00ad4152b32e07fcf22908c53592d3a23c08238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:02:10 +0000 Subject: [PATCH] Bump flake8 from 4.0.1 to 5.0.4 in /requirements Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index f944aa7..31aadd5 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -3,6 +3,6 @@ black==22.6.0 coverage==6.4.2 factory-boy==3.2.1 -flake8==4.0.1 +flake8==5.0.4 isort==5.10.1 tox==3.25.1