chore: Update django-stubs and mypy requirements for Django 3.1
This commit is contained in:
parent
b2534fdf32
commit
c4f99d0b1d
|
@ -21,7 +21,7 @@ django-oidc-provider>=0.7,<0.8 # 0.8 dropped Django 2 support
|
|||
django-password-strength>=1.2.1
|
||||
django-referrer-policy>=1.0
|
||||
django-simple-history>=3.0.0
|
||||
django-stubs==1.6.0 # The django-stubs version used determines the the mypy version indicated below
|
||||
django-stubs==1.8.0 # The django-stubs version used determines the the mypy version indicated below
|
||||
django-tastypie==0.14.3 # Version must be locked in sync with version of Django
|
||||
django-vite>=2.0.2
|
||||
django-webtest>=1.9.10 # Only used in tests
|
||||
|
@ -41,7 +41,7 @@ logging_tree>=1.9 # Used only by the showloggers management command
|
|||
lxml>=4.8.0,<5
|
||||
markdown>=3.3.6
|
||||
mock>=4.0.3 # Used only by tests, of course
|
||||
mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
|
||||
mypy==0.812 # Version requirements determined by django-stubs.
|
||||
oic>=1.3 # Used only by tests
|
||||
Pillow>=9.1.0
|
||||
psycopg2<2.9
|
||||
|
|
Loading…
Reference in a new issue