From e3049c1dea46f9a36b55b18f94cebd3590ac1139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 01:04:15 +0000 Subject: [PATCH] Update black requirement from ^21.9b0 to ^23.1 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...23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e8dc17..91a3277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ appdirs = "^1.4.4" rich = "^10.12.0" [tool.poetry.dev-dependencies] -black = "^21.9b0" +black = "^23.1" pylint = "^2.11.1" mypy = "^0.910" Sphinx = "^4.2.0"