summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-22 22:04:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-22 22:04:52 -0500
commit4437c667bc17e8fbc92ec7b70325b706fc2907ee (patch)
treef4122af877c67979fed739b3782c3518873d5772 /setup.py
parent34d9d70a1a928bb9707a276a5e30d1350c4911f5 (diff)
downloadcherrypy-git-4437c667bc17e8fbc92ec7b70325b706fc2907ee.tar.gz
Bump to cheroot 5.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6e148873..a492703e 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ packages = [
install_requires = [
'six',
- 'cheroot>=5.0.1',
+ 'cheroot>=5.1.0',
'portend>=1.6.1',
]