From 04ca5bad3eb6cf75c1c8f4b45bb604abcd8fac65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:06:27 +0000 Subject: [PATCH] :arrow_up: Update black requirement from ^22.10 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/22.10.0...23.1.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 c2abf0a..88ccbb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ docker = "^6.0.1" pytest = "^7.0.1" [tool.poetry.dev-dependencies] -black = "^22.10" +black = "^23.1" isort = "^5.8.0" autoflake = "^2.0.0" mypy = "^0.991"