From c4f99d0b1d3b59f46413be9fa126bf0ed95370db Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Fri, 12 May 2023 10:49:58 -0300 Subject: [PATCH] chore: Update django-stubs and mypy requirements for Django 3.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e0fe30473..cfabe0ebe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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