From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 23:01:58 +0000 (+0200) Subject: Bump flake8 from 4.0.1 to 5.0.2 (#445) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=735f23187c34744576242f320be3d65975b907bd;p=music-assistant-server.git Bump flake8 from 4.0.1 to 5.0.2 (#445) Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.2. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...5.0.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... 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 4603627e..8f834510 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ -r requirements.txt black==22.6.0 -flake8==4.0.1 +flake8==5.0.2 mypy==0.971 pydocstyle==6.1.1 pylint==2.14.5