From 68a2372763841a6b43944cf98d84fe667a5f27db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:03:28 +0000 Subject: [PATCH] Update black requirement from >=21.4,<24.0 to >=21.4,<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/21.5b0...24.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41a958b..03e0be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,13 @@ repository = "https://github.com/kpj/jupyfmt" [tool.poetry.dependencies] python = "^3.8.0" -black = ">=21.4,<24.0" +black = ">=21.4,<25.0" nbformat = "^5.1.2" click = ">=7.1.2,<9.0.0" [tool.poetry.dev-dependencies] bump2version = "^1.0.1" -black = ">=21.4,<24.0" +black = ">=21.4,<25.0" pytest = "^7.0.0" [tool.poetry.scripts]