From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 22:06:28 +0000 (+0100) Subject: ⬆ Bump black from 22.8.0 to 22.10.0 (#5569) X-Git-Tag: 0.88.0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c01b2469f6395c87d9a36b3bbff2222e47f95f8;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Bump black from 22.8.0 to 22.10.0 (#5569) Bumps [black](https://github.com/psf/black) from 22.8.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.8.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production 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> Co-authored-by: Sebastián Ramírez --- diff --git a/pyproject.toml b/pyproject.toml index de6bd24f34..9549cc47da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "coverage[toml] >= 6.5.0,<7.0", "mypy ==0.982", "ruff ==0.0.114", - "black == 22.8.0", + "black == 22.10.0", "isort >=5.0.6,<6.0.0", "httpx >=0.23.0,<0.24.0", "email_validator >=1.1.1,<2.0.0",