From c3187045bf8ad5bc15838100933e2e9f946e6c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 10:07:08 +0000 Subject: [PATCH] :arrow_up: Update black requirement from ^19.10b0 to ^21.8b0 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..9091e54 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.8b0" mypy = "^0.780" bandit = "^1.6.2" safety = "^1.9.0"