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:
Anders Kaseorg
2020-06-26 22:45:44 -07:00
parent 4224ac1b61
commit b554afaeaa
4 changed files with 6 additions and 6 deletions

View File

@@ -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'