From 4bad2c2466803ff441b128c7fd3a5ecaf893c68d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:05:47 +0000 Subject: [PATCH] :arrow_up: Update black requirement from ^19.10b0 to ^21.11b1 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 a85b68e..eec0b74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ seaborn = "^0.11.0" darglint = "^1.4.1" isort = {extras = ["pyproject"], version = "^4.3.21"} pyupgrade = "^2.6.1" -black = "^19.10b0" +black = "^21.11b1" mypy = "^0.780" bandit = "^1.6.2" safety = "^1.9.0"