From b2645c06a3bcf73be241fc0d67651bb4bb7db87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:25:39 +0000 Subject: [PATCH] Update black requirement from >=22.6.0 to >=23.3.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/22.6.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 23.3.0 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 7ebdc44..dfe79a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -black = ">=22.6.0" +black = ">=23.3.0" django-stubs = { version = ">=1.12.0", optional = true } flake8 = ">=3.8" flake8-annotations-complexity = ">=0.0.7"