From cfe765733d1732fb7d1ab98b37e0d1566cfb3220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:26:13 +0000 Subject: [PATCH] :arrow_up: 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/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2d4fa2b..889be0e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ docker = "^5.0.3" pytest = "^7.0.1" [tool.poetry.dev-dependencies] -black = "^19.10b0" +black = "^20.8b1" isort = "^5.8.0" autoflake = "^1.3.1" mypy = "^0.971"