From 85c3129260d1c34ac414237ccfcbbeeb8bea1f62 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 04:51:46 +0000 Subject: [PATCH] Update black requirement from ~19.10b0 to ~20.8b1 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-preview[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b723afa..2f95d7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python = "^3.6" [tool.poetry.dev-dependencies] taskipy = "^1.2.1" -black = "~19.10b0" +black = "~20.8b1" pylint = "^2.5.3" mypy = "~0.782" pytest = "^5.4.3"