requirements: Upgrade setuptools to 40.6.1.

This commit is contained in:
Vishnu Ks 2018-11-13 06:53:41 +00:00 committed by Tim Abbott
parent 5f69452d48
commit d3138d486e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Dependencies for setting up pip to install our requirements.txt file.
pip==18.1
setuptools==40.5.0
setuptools==40.6.1
wheel==0.32.2

View File

@ -8,4 +8,4 @@ ZULIP_VERSION = "1.9.0+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '26.12'
PROVISION_VERSION = '26.13'