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

Bump black from 21.6b0 to 21.7b0

Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-19 02:04:11 +00:00
committed by GitHub
parent 82f40285e8
commit 615b35e1dd
2 changed files with 18 additions and 6 deletions

View File

@ -14,7 +14,7 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
invoke = "^1.5.0"
black = "^21.5b0"
black = "^21.7b0"
flake8 = "^3.9.2"
pep8-naming = "^0.12.0"
yamllint = "^1.26.1"