diff --git a/pyproject.toml b/pyproject.toml index 7ebdc44..cd0fd01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" black = ">=22.6.0" -django-stubs = { version = ">=1.12.0", optional = true } +django-stubs = { version = ">=4.2.0", optional = true } flake8 = ">=3.8" flake8-annotations-complexity = ">=0.0.7" flake8-bandit = ">=3.0.0"