From 6eedef4c5850272aa0aafc2cd31c7103c3d83d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 04:43:39 +0000 Subject: [PATCH] [DEPENDABOT]: Bump flake8 from 3.8.4 to 5.0.3 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 5.0.3. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...5.0.3) --- 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 b8947f0a..de51a266 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==20.2.3 wheel==0.35.1 watchdog==0.10.3 -flake8==3.8.4 +flake8==5.0.3 Sphinx==3.2.1 tox==3.20.1 coverage==5.3