From b62bdf61e1ebd76053f5cf9457e12e6495a5f5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:23:30 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 5.0.4 Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/3.8.4...5.0.4) --- 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 921cc35..51db80d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ wheel==0.36.2 pytest==6.2.2 pytest-cov -flake8==3.8.4 +flake8==5.0.4 black==20.8b1 freezegun==1.1.0 \ No newline at end of file