From fc1d7afae995d49a9d1965390ffd6786c4e22e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 08:55:04 +0000 Subject: [PATCH] =?utf8?q?=E2=AC=86=20Update=20black=20requirement=20from?= =?utf8?q?=20^22.10.0=20to=20>=3D22.10,<24.0=20(#664)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20188513..0538aa18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true} pytest = "^7.0.1" mypy = "0.971" # Needed by the code generator using templates -black = "^22.10.0" +black = ">=22.10,<24.0" mkdocs-material = "9.1.21" pillow = "^9.3.0" cairosvg = "^2.5.2" -- 2.47.2