From 8da54ae1d7f195256826611acef9493f56a47299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 11:14:53 +0000 Subject: [PATCH] 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 921cc35..6c1343f 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.3 black==20.8b1 freezegun==1.1.0 \ No newline at end of file