Skip to content

Commit

Permalink
chore(deps-dev): bump black from 19.10b0 to 20.8b1
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 19.10b0 to 20.8b1.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2021
1 parent 4855b4c commit 47bf3e0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 18 deletions.
72 changes: 55 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contextvars = { version = "^2.4", python = "~3.6" }
[tool.poetry.dev-dependencies]
pytest = "^6.2"
pylint = "^2.7"
black = {version = "^19.0", allow-prereleases = true}
black = {version = "^20.8b1", allow-prereleases = true}
rope = "^0.14.0"
isort = "^4.3"

Expand Down

0 comments on commit 47bf3e0

Please sign in to comment.