summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-07-25 22:59:28 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-07-25 22:59:28 +0200
commitded733c6749a41f38378514d1a281180fea6c782 (patch)
treeffe978303aeb846ad8db5b63b25f757923765d76
parent2751e5795809356c27de78cc127370caabd3e76c (diff)
downloadqutebrowser-ded733c6749a41f38378514d1a281180fea6c782.tar.gz
qutebrowser-ded733c6749a41f38378514d1a281180fea6c782.zip
test requirements: Update CherryPy to 7.1.0
Implement systemd's socket activation mechanism for CherryPy servers, based on work sponsored by Endless Computers. Socket Activation allows one to setup a system so that systemd will sit on a port and start services 'on demand' (a little bit like inetd and xinetd used to do).
-rw-r--r--misc/requirements/requirements-tests.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index efb862471..970853b39 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
beautifulsoup4==4.5.0
-CherryPy==7.0.0
+CherryPy==7.1.0
coverage==4.1
decorator==4.0.10
Flask==0.10.1 # rq.filter: < 0.11.0