From d8e45b43adbde1525dfd2b3503a0df7bb35f9c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:17:44 +0200 Subject: [PATCH] Update black requirement from ~=23.3 to >=23.3,<25.0 (#3) 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...24.4.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43bcdcd..b09a157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ readme = { file = "README.md", content-type = "text/markdown"} [project.optional-dependencies] dev = [ - "black ~= 23.3", + "black >= 23.3,< 25.0", "mypy", "types-toml", "ruff",