From 6b9106b915d0d2706077492290aef307318e8335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:51:37 +0000 Subject: [PATCH] chore(deps): update django-stubs requirement --- updated-dependencies: - dependency-name: django-stubs dependency-version: 5.2.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf7c920fa3..ff4e47a543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ django-markup>=1.10 # Limited use - need to reconcile against direct use of m django-oidc-provider==0.8.2 # 0.8.3 changes logout flow and claim return django-simple-history>=3.10.1 django-storages>=1.14.6 -django-stubs>=4.2.7,<5 # The django-stubs version used determines the the mypy version indicated below +django-stubs>=4.2.7,<6 # The django-stubs version used determines the the mypy version indicated below django-tastypie>=0.15.1 # Version must be kept in sync with Django django-vite>=3.1.0 django-widget-tweaks>=1.4.12