From 3cf10911c9c65a7bfdbe312eff5e61686b4ea17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:21:32 +0000 Subject: [PATCH] chore(deps-dev): bump flake8 from 3.9.2 to 5.0.4 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 8e960a9..6f4867f 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ black==21.9b0 isort==5.9.3 -flake8==3.9.2 +flake8==5.0.4 pre-commit==2.15.0