From a17eb9ed635de8b31a201f48b1a3d3aa9325e4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:39:56 +0000 Subject: [PATCH] Update black requirement from <25.0,>=23.3 to >=23.3,<26.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.3.0...25.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 ce53ef8..97ac0af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ Repository = "https://github.com/LoganAMorrison/Hazma" Documentation = "http://hazma.readthedocs.io" [project.optional-dependencies] -dev = ["black>=23.3,<25.0"] +dev = ["black>=23.3,<26.0"] [build-system] build-backend = "setuptools.build_meta"