From b693a12de1d4edfada67e1868a5a33f428faf93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:13:06 +0000 Subject: [PATCH] Update black requirement from ^21.9b0 to ^22.3 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/compare/21.9b0...22.3.0) --- 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 ef8c3e4..2cc3238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = ["LICENSE"] python = "^3.7" [tool.poetry.dev-dependencies] -black = {version = "^21.9b0", allow-prereleases = true} +black = {version = "^22.3", allow-prereleases = true} mypy = "^0.930" isort = "^5.9.3" flake8 = "^4.0.1"