From 5bd997b32ef03e05ef58033b94b7633e5261d203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:06:10 +0000 Subject: [PATCH] Update black requirement from ^23.1.0 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.1.0) --- 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 a11498e..93c6a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ ruff = ">=0.0.257,<0.1.14" types-requests = "^2.28.11" pytest = "^7.1.3" mypy = "^1.0" -black = "^23.1.0" +black = ">=23.1,<25.0" pylint-pytest = "^1.1.2" mkdocs = "^1.4.2" mkdocs-material = "^9.0.2"