From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 18:44:26 +0000 (+0200) Subject: Bump black from 23.3.0 to 23.7.0 (#779) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=6f6322f0ac7ad718253af23e99d34352c32a094b;p=music-assistant-server.git Bump black from 23.3.0 to 23.7.0 (#779) Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.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/23.3.0...23.7.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/pyproject.toml b/pyproject.toml index 83ba24bc..8a666464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ server = [ "uvloop==0.17.0" ] test = [ - "black==23.3.0", + "black==23.7.0", "codespell==2.2.5", "mypy==1.3.0", "ruff==0.0.277",