From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:26:23 +0000 (+0200) Subject: Bump flake8 from 5.0.2 to 5.0.4 (#453) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=204a45646dab1e9bc8239534439039d6c7244a46;p=music-assistant-server.git 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> --- 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