requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit feff1d0411)
This commit is contained in:
Anders Kaseorg
2022-07-05 13:14:19 -07:00
committed by Tim Abbott
parent 1ae9922a86
commit 90c45bd230
13 changed files with 1239 additions and 1162 deletions

View File

@@ -44,7 +44,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