From d68571f415945f58148c865088ef80ad61e99d09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:29:48 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f2b9e686..b7b90fa6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ tomlkit = "^0.5.3" [tool.poetry.dev-dependencies] ipython = "^7.2" -black = "^18.3-alpha.0" +black = "^19.3b0" pytest = "^4.0" flake8 = "^3.6" pytest-cov = "^2.6"