From bea4459d0ca6158b8cb9e38b466a788b52a5b978 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 20 Oct 2023 10:43:44 -0300 Subject: [PATCH] chore: Pin django-stubs to working version (#6503) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ffd5bccd..b51577f72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,8 @@ django-markup>=1.5 # Limited use - need to reconcile against direct use of ma django-oidc-provider>=0.8 # 0.8 dropped Django 2 support django-referrer-policy>=1.0 django-simple-history>=3.0.0 -django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below +#django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below +django-stubs==4.2.4 # Pin here until we fix test failures (and update mypy version, too) django-tastypie>=0.14.5 # Version must be locked in sync with version of Django django-vite>=2.0.2 django-webtest>=1.9.10 # Only used in tests