Skip to content

Commit d68571f

Browse files
chore(deps-dev): update black requirement from ^18.3-alpha.0 to ^19.3b0
Updates the requirements on [black](https://github.com/ambv/black) to permit the latest version. - [Release notes](https://github.com/ambv/black/releases) - [Commits](https://github.com/ambv/black/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 68ed7bc commit d68571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tomlkit = "^0.5.3"
5454

5555
[tool.poetry.dev-dependencies]
5656
ipython = "^7.2"
57-
black = "^18.3-alpha.0"
57+
black = "^19.3b0"
5858
pytest = "^4.0"
5959
flake8 = "^3.6"
6060
pytest-cov = "^2.6"

0 commit comments

Comments
 (0)