requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-12-07 13:40:33 -08:00
parent 202d00ebc6
commit 396e995502
8 changed files with 263 additions and 262 deletions

View File

@@ -230,7 +230,7 @@ class Command(makemessages.Command):
# After calling super().handle(), default_locale_path gets set on self
# so that we can reuse it here.
default_locale_path = self.default_locale_path # type: ignore[attr-defined] # not in stubs
default_locale_path = self.default_locale_path
paths = glob.glob(f"{default_locale_path}/*")
all_locales = [os.path.basename(path) for path in paths if os.path.isdir(path)]