Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
⬆️ Update black requirement from ^19.10b0 to ^20.8b1 (#28)
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/master/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2020
1 parent a0579b2 commit 1a05eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ shellingham = "^1.3.2"

[tool.poetry.dev-dependencies]
pytest = "^6.0.1"
black = {version = "^19.10b0", allow-prereleases = true}
black = {version = "^20.8b1", allow-prereleases = true}
pytest-cov = "^2.8.1"
pytest-xdist = "^1.31.0"
pytest-sugar = "^0.9.2"
Expand Down

0 comments on commit 1a05eda

Please sign in to comment.