From 773349a15b62b0c703cfe514a2272bc977bca6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 19:06:17 +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 e0fbacf4c0..bf48ee255b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,7 +3,7 @@ black==20.8b1 coverage[toml]==5.3 coveralls==2.2.0 -flake8==3.8.4 +flake8==5.0.3 pre-commit==2.9.2 pytest==6.1.2 pytest-vcr==1.0.2