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

@@ -7,7 +7,7 @@ from django.urls import reverse
from django.utils import translation
from django.utils.timesince import timesince
from jinja2 import Environment
from two_factor.templatetags.two_factor import device_action
from two_factor.plugins.phonenumber.templatetags.phonenumber import device_action
from zerver.context_processors import DEFAULT_PAGE_PARAMS
from zerver.lib.templates import display_list, render_markdown_path, webpack_entry