From 9bb961db695115de7c5593c854286deb7aa630a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:15:57 +0000 Subject: [PATCH] Update black requirement from <24.0,>=23.0 to >=23.0,<25.0 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/23.1a1...24.1.1) --- 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 79957ca..ee74c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Documentation = "https://peekxc.github.io/simplextree-py/pages/" dev = [ "ruff", "mypy>=1.0,<1.6", - "black>=23.0,<24.0", + "black>=23.0,<25.0", "isort>=5.12,<5.13", "pytest", "pytest-cov",