From 3d3f1b07f26f6fbf32ad8254fe20aff1ebe4939c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:22:00 +0000 Subject: [PATCH] Update black requirement from ^23.7.0 to >=23.7,<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.7.0...24.1.1) --- 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 60ae515..f58edfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ ipadic = "^1.0.0" pytest = "^7.4.0" pytest-cov = "^4.1.0" pytest-xdist = "^3.3.1" -black = "^23.7.0" +black = ">=23.7,<25.0" flake8 = ">=6.1,<8.0" isort = "^5.12.0" pysen = "^0.10.5"