From ff9f4d33f241b0d4dadb9fd400f0e26f2294f3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:55:25 +0000 Subject: [PATCH] dependabot-pip: update black requirement from ^22.3 to ^24.4 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/22.3.0...24.4.2) --- 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 180f717..c852eae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ Django = "^4.0" [tool.poetry.dev-dependencies] pytest = "^8.3" -black = "^22.3" +black = "^24.4" [build-system] requires = ["poetry-core>=1.0.0"]