From cee2a02a07e944b26eeae7452a5bed75abe8edd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 04:16:45 +0000 Subject: [PATCH] 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: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..9268e360 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==5.0.4 mypy==0.910 black==21.7b0 isort==5.9.3