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"