From 0d7d0a80b14f43ea935d8e55e2bf24936d8fe3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:37:08 +0000 Subject: [PATCH] Bump flake8 from 5.0.1 to 5.0.4 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.1 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.1...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d4825fbd..e46cf2d5 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ isort==5.10.1 black==22.6.0 -flake8==5.0.1 +flake8==5.0.4 pytest-homeassistant-custom-component==0.11.3