From 0b79ed8e617887a4860b1788884b23a0719d8b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 11:01:16 +0000 Subject: [PATCH] chore(deps-dev): bump flake8 from 3.7.9 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.7.9 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.7.9...6.0.0) --- 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 640996a..1d209cc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt black==20.8b1 -flake8==3.7.9 +flake8==6.0.0 gitlint==0.12.0 ipython==7.12.0 isort==4.3.21