From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:23:07 +0000 (+0200) Subject: Bump black from 22.6.0 to 22.10.0 (#472) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=a5613248fc10a7e969f85df019459eae0cae559d;p=music-assistant-server.git Bump black from 22.6.0 to 22.10.0 (#472) Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.6.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... 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 4974f7ef..734775d4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -black==22.6.0 +black==22.10.0 flake8==5.0.4 mypy==0.971 pydocstyle==6.1.1