summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-07-25 13:06:32 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-07-25 13:06:32 +0200
commit9f45a27a2a73ac98509a77795c05b864e14233a9 (patch)
tree88aae6227e1ef90c1c4a852dc30b3c2fb2f9370a
parent15645636626a3635e906cb3f36d0c83204a154cf (diff)
downloadqutebrowser-9f45a27a2a73ac98509a77795c05b864e14233a9.tar.gz
qutebrowser-9f45a27a2a73ac98509a77795c05b864e14233a9.zip
test requirements: Update CherryPy to 7.0.0
7.0.0 ----- Removed the long-deprecated backward compatibility for legacy config keys in the engine. Use the config for the namespaced-plugins instead: - autoreload_on -> autoreload.on - autoreload_frequency -> autoreload.frequency - autoreload_match -> autoreload.match - reload_files -> autoreload.files - deadlock_poll_frequency -> timeout_monitor.frequency 6.2.1 ----- Fix KeyError in Bus.publish when signal handlers set in config.
-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 ef423693b..efb862471 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==6.2.0
+CherryPy==7.0.0
coverage==4.1
decorator==4.0.10
Flask==0.10.1 # rq.filter: < 0.11.0