From 19be418d77076d931d3c24ae84692a548a3d1266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:25:20 +0000 Subject: [PATCH] Update black requirement from <24.0,>=23.1 to >=23.1,<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.1.0...24.10.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 ff24285f..c0187537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Changelog = "https://github.com/allenai/OLMo-core/blob/main/CHANGELOG.md" dev = [ "ruff", "mypy>=1.0,<1.4", - "black>=23.1,<24.0", + "black>=23.1,<25.0", "isort>=5.12,<5.14", "pytest", "pytest-memray",