From 90e9a8093965dd9ab5d0e49c67ab6991baa31465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:16:53 +0000 Subject: [PATCH] Bump flake8 from 3.7.7 to 4.0.1 Bumps [flake8](https://github.com/pycqa/flake8) from 3.7.7 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.7.7...4.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 1f663e1..33ef0cd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements.txt -flake8==3.7.7 +flake8==4.0.1 twine==1.13.0 wheel==0.33.1