From 0a987722e7da58b63e9ae04469aa1b9334095411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 10:07:15 +0000 Subject: [PATCH] :arrow_up: Update black requirement from ^19.10b0 to ^21.12b0 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..d2e9770 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.12b0" mypy = "^0.780" bandit = "^1.6.2" safety = "^1.9.0"