From 22b96aa79bbfd07d2e02e67cbd1f90b195e9835b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:25:50 +0000 Subject: [PATCH] Update django-stubs requirement from >=1.12.0 to >=4.2.0 Updates the requirements on [django-stubs](https://github.com/typeddjango/django-stubs) to permit the latest version. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/django-stubs@1.12.0...4.2.0) --- updated-dependencies: - dependency-name: django-stubs dependency-version: 4.2.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..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"