From 204a45646dab1e9bc8239534439039d6c7244a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 01:26:23 +0200 Subject: [PATCH] Bump flake8 from 5.0.2 to 5.0.4 (#453) Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.2...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 8f834510..3de19a68 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements.txt black==22.6.0 -flake8==5.0.2 +flake8==5.0.4 mypy==0.971 pydocstyle==6.1.1 pylint==2.14.5 -- 2.34.1