From cfe6e9a139fe3e9b2f1db3cfae5cd58d1c35b248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:25:30 +0000 Subject: [PATCH] chore: bump flake8 from 3.9.2 to 5.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 5.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.9.2...5.0.1) --- 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 14b9ac8a9393e..83ad086458976 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ asv cython>=0.29.21 black==21.5b2 cpplint -flake8==3.9.2 +flake8==5.0.1 flake8-bugbear==21.3.2 flake8-comprehensions==3.1.0 isort>=5.2.1