mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 93198a19ed)
This commit is contained in:
committed by
Tim Abbott
parent
893c10f869
commit
2e4785f51c
@@ -129,9 +129,11 @@ To learn more about the test itself, see zerver/openapi/test_curl_examples.py.
|
||||
file_name=file_name,
|
||||
line=line,
|
||||
curl_command=generated_curl_command,
|
||||
response=response_json
|
||||
if response is None
|
||||
else json.dumps(response, indent=4),
|
||||
response=(
|
||||
response_json
|
||||
if response is None
|
||||
else json.dumps(response, indent=4)
|
||||
),
|
||||
)
|
||||
)
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user