1 parent 48b75cc commit bea4459Copy full SHA for bea4459
1 file changed
requirements.txt
@@ -22,7 +22,8 @@ django-markup>=1.5 # Limited use - need to reconcile against direct use of ma
22
django-oidc-provider>=0.8 # 0.8 dropped Django 2 support
23
django-referrer-policy>=1.0
24
django-simple-history>=3.0.0
25
-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
26
+django-stubs==4.2.4 # Pin here until we fix test failures (and update mypy version, too)
27
django-tastypie>=0.14.5 # Version must be locked in sync with version of Django
28
django-vite>=2.0.2
29
django-webtest>=1.9.10 # Only used in tests
0 commit comments