requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-07-05 13:14:19 -07:00
committed by Tim Abbott
parent 6c79b8f2f1
commit feff1d0411
13 changed files with 1245 additions and 1168 deletions

View File

@@ -45,7 +45,7 @@ from django.utils import translation
from django.utils.module_loading import import_string
from django.utils.timezone import now as timezone_now
from fakeldap import MockLDAP
from two_factor.models import PhoneDevice
from two_factor.plugins.phonenumber.models import PhoneDevice
from corporate.models import Customer, CustomerPlan, LicenseLedger
from zerver.actions.message_send import check_send_message, check_send_stream_message