Skip to content

Commit

Permalink
Bump black from 19.3b0 to 19.10b0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 19.3b0 to 19.10b0.
- [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-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 26, 2020
1 parent b2c69a5 commit f620eed
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 5 deletions.
88 changes: 84 additions & 4 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 @@ -28,7 +28,7 @@ refract = "==0.3.0"
[tool.poetry.dev-dependencies]
isort = "^4.3"
flake8 = "^3.7.8 "
black = { version = "==19.3b0", allow-prereleases = true, python = "^3.6" }
black = { version = "==19.10b0", allow-prereleases = true, python = "^3.6" }
coveralls = "^1.10.0"

[build-system]
Expand Down

0 comments on commit f620eed

Please sign in to comment.