Browse Source

⬆ 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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <[email protected]>
pull/5599/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
3c01b2469f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pyproject.toml

2
pyproject.toml

@ -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…
Cancel
Save