From e3a2aa7cdfee19e5825c4e780c33878352e57b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 04:05:27 +0000 Subject: [PATCH] Bump flake8 from 3.9.2 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 18081ef9..0da70d42 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,7 +2,7 @@ async-timeout==3.0.1 pytest==6.2.4 pytest-cov==2.12.1 pytest-asyncio==0.15.1 -flake8==3.9.2 +flake8==6.0.0 mypy==0.910 black==21.7b0 isort==5.9.3