summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-11-30 12:38:42 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-11-30 12:38:42 +0100
commit385bcb452481e7f34db15f5e4560f419720491c8 (patch)
tree94d6afb43f703d40e1dbe299fcdbe6e0606e7a88
parentc93afc13cdb47dfe824d4eea3f64c8c052d764cb (diff)
downloadqutebrowser-385bcb452481e7f34db15f5e4560f419720491c8.tar.gz
qutebrowser-385bcb452481e7f34db15f5e4560f419720491c8.zip
Downgrade cheroot to 8.4.7
See https://github.com/cherrypy/cheroot/issues/341
-rw-r--r--misc/requirements/requirements-tests.txt2
-rw-r--r--misc/requirements/requirements-tests.txt-raw3
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index c0f6f548d..bd77427d4 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -5,7 +5,7 @@ attrs==20.3.0
beautifulsoup4==4.9.3
certifi==2020.11.8
chardet==3.0.4
-cheroot==8.4.8
+cheroot==8.4.7
click==7.1.2
# colorama==0.4.4
coverage==5.3
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index 19becf94b..0c9e3928f 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -1,5 +1,6 @@
beautifulsoup4
-cheroot
+# https://github.com/cherrypy/cheroot/issues/341
+cheroot!=8.4.8
coverage
Flask
hypothesis