requirements: Upgrade Python requirements.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-01-13 15:26:37 -08:00
committed by Tim Abbott
parent 653b0b0436
commit f223251ffe
17 changed files with 1050 additions and 1086 deletions

View File

@@ -235,9 +235,9 @@ def remote_realm_billing_finalize_login(
user_email = user_dict["user_email"]
user_uuid = user_dict["user_uuid"]
assert (
settings.TERMS_OF_SERVICE_VERSION is not None
), "This is only run on the bouncer, which has ToS"
assert settings.TERMS_OF_SERVICE_VERSION is not None, (
"This is only run on the bouncer, which has ToS"
)
try:
remote_user = RemoteRealmBillingUser.objects.get(