From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 09:55:16 +0000 (+0200) Subject: Bump black from 22.1.0 to 22.3.0 (#236) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=78068bfcef9433f4baec0acb4237a82f0902e981;p=music-assistant-server.git Bump black from 22.1.0 to 22.3.0 (#236) Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.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.1.0...22.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... 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 d671ce8e..554fb5fa 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -black==22.1.0 +black==22.3.0 flake8==4.0.1 mypy==0.942 pydocstyle==6.1.1