From ce8d4bb6f6ae1e8dd1a061ecd13a828832da4428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:13:45 +0000 Subject: [PATCH] :arrow_up: PyUp: Update black requirement 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...25.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 3cf5de0..3840706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ jinja2 = "^3.1" [tool.poetry.group.dev.dependencies] ruff = ">=0.5.1,<0.8.5" -black = ">=23.1,<25.0" +black = ">=23.1,<26.0" mypy = "^1.1.1" pre-commit = "^3.1.1" pytest = ">=7.2.2,<9.0.0"