From e71929978d49f9813ac5810c5c1b40be763f5f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:08:59 +0000 Subject: [PATCH] Update black requirement from ~22 to ~24 in the pip group Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Updates `black` to 24.10.0 - [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/22.1.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95c6091..c0ca745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ giant-mixins = "*" pytest = "~7" django = "~3" django-cms = "~3" -black = "~22" +black = "~24" pytest-django = "~3" pytest-cov = "~4" pytest-mock = "~3"