mirror of https://github.com/tiangolo/fastapi.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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
63a5ffcf57
commit
3c01b2469f
|
|
@ -54,7 +54,7 @@ test = [
|
||||||
"coverage[toml] >= 6.5.0,<7.0",
|
"coverage[toml] >= 6.5.0,<7.0",
|
||||||
"mypy ==0.982",
|
"mypy ==0.982",
|
||||||
"ruff ==0.0.114",
|
"ruff ==0.0.114",
|
||||||
"black == 22.8.0",
|
"black == 22.10.0",
|
||||||
"isort >=5.0.6,<6.0.0",
|
"isort >=5.0.6,<6.0.0",
|
||||||
"httpx >=0.23.0,<0.24.0",
|
"httpx >=0.23.0,<0.24.0",
|
||||||
"email_validator >=1.1.1,<2.0.0",
|
"email_validator >=1.1.1,<2.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue