1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-29 14:01:15 +03:00

Bump black from 22.1.0 to 22.3.0

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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-29 01:14:45 +00:00
committed by GitHub
parent 9a4b11dd09
commit dbdb20a50f
2 changed files with 27 additions and 27 deletions

View File

@ -14,7 +14,7 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^7.1.1"
invoke = "^1.7.0"
black = "^22.1"
black = "^22.3"
flake8 = "^4.0.1"
pep8-naming = "^0.12.1"
yamllint = "^1.26.3"