Skip to content

Commit bea4459

Browse files
chore: Pin django-stubs to working version (ietf-tools#6503)
1 parent 48b75cc commit bea4459

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ django-markup>=1.5 # Limited use - need to reconcile against direct use of ma
2222
django-oidc-provider>=0.8 # 0.8 dropped Django 2 support
2323
django-referrer-policy>=1.0
2424
django-simple-history>=3.0.0
25-
django-stubs>=4.2.0 # The django-stubs version used determines the the mypy version indicated below
25+
#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)
2627
django-tastypie>=0.14.5 # Version must be locked in sync with version of Django
2728
django-vite>=2.0.2
2829
django-webtest>=1.9.10 # Only used in tests

0 commit comments

Comments
 (0)