From abdaf6f01ea850b8766be37b8cb7de8fba98ec40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:12:31 +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.4.2) --- 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 cd34274a..ac61b5c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ PyYAML = "*" docstring_parser = "0.16" [tool.poetry.group.lint.dependencies] -black = "^23.1.0" +black = ">=23.1,<25.0" ruff = ">=0.0.249,<0.4.3" types-toml = "^0.10.8.1" types-pytz = "^2023.3.0.0"