mirror of https://github.com/zulip/zulip.git
requirements: Upgrade isort.
The isort author accidentally fixed the performance regression in his latest commit. Quickly upgrade isort before he notices his mistake. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4224ac1b61
commit
b554afaeaa
|
@ -1,7 +1,7 @@
|
|||
[settings]
|
||||
src_paths = .
|
||||
src_paths = ., tools, tools/setup/emoji
|
||||
multi_line_output = 3
|
||||
known_third_party = decorator, jinja2, markdown, stripe, tornado, zulip
|
||||
known_third_party = zulip
|
||||
include_trailing_comma = True
|
||||
use_parentheses = True
|
||||
line_length = 100
|
||||
|
|
|
@ -24,7 +24,7 @@ fakeldap
|
|||
responses
|
||||
|
||||
# For sorting imports
|
||||
https://github.com/timothycrosley/isort/archive/a4dea5fa72907ffefb21e40ef194f274c86f847a.zip#egg=isort==5.0.0+git
|
||||
https://github.com/timothycrosley/isort/archive/a26a58423b183217d0defdb6b67e5fd285be7186.zip#egg=isort==5.0.0+git
|
||||
|
||||
# For doing highly usable Python profiling (temporary fork of
|
||||
# line_profiler: https://github.com/rkern/line_profiler/issues/127)
|
||||
|
|
|
@ -417,8 +417,8 @@ isodate==0.6.0 \
|
|||
--hash=sha256:2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8 \
|
||||
--hash=sha256:aa4d33c06640f5352aca96e4b81afd8ab3b47337cc12089822d6f322ac772c81 \
|
||||
# via python3-saml
|
||||
https://github.com/timothycrosley/isort/archive/a4dea5fa72907ffefb21e40ef194f274c86f847a.zip#egg=isort==5.0.0+git \
|
||||
--hash=sha256:36e3fb055e80837f73c74e9f1fcd8527819224b61820255aeb16647779912cb5 \
|
||||
https://github.com/timothycrosley/isort/archive/a26a58423b183217d0defdb6b67e5fd285be7186.zip#egg=isort==5.0.0+git \
|
||||
--hash=sha256:3a634c45784c5ac73dc871efb0faf86320ab1f237f86f28ff55d8025e185016d \
|
||||
# via -r requirements/dev.in
|
||||
itemadapter==0.1.0 \
|
||||
--hash=sha256:52159b4f97d82aa2968000ee8371b2114af56a2f44e4cd9142580d46eea39020 \
|
||||
|
|
|
@ -44,4 +44,4 @@ API_FEATURE_LEVEL = 22
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = '87.0'
|
||||
PROVISION_VERSION = '87.1'
|
||||
|
|
Loading…
Reference in New Issue