summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorFabien Boucher <fboucher@redhat.com>2020-07-13 15:32:53 +0000
committerFabien Boucher <fboucher@redhat.com>2020-07-13 16:51:23 +0000
commite8935676a8b6db3b29d419d440f9e82b5090a5b2 (patch)
tree5f28df3990180ce0005173eadbb87cdb3c353ba3 /requirements.txt
parentff56e756f224baa5fe5344a1704fb6515b1ec046 (diff)
downloadzuul-e8935676a8b6db3b29d419d440f9e82b5090a5b2.tar.gz
Update cherrypy and cheroot requirement pinning
Cheroot 8.3.1 have been released with the https://github.com/cherrypy/cheroot/issues/263 fix. Change-Id: I83aad30a6145ed2c7689d6c25c624c453c07ed2b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 78eb980f1..829c76062 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29,13 +29,10 @@ iso8601
psutil
fb-re2>=1.0.6
paho-mqtt
-cherrypy==18.3.0; # last version to support cheroot below
+cherrypy
ws4py
routes
pathspec
jsonpath-rw
urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684
-# TODO(tobiash): cheroot 8.1.0 introduced a regression when handling concurrent
-# requests. Remove the following line when this issue is resolved:
-# https://github.com/cherrypy/cheroot/issues/263
-cheroot<8.1.0
+cheroot!=8.1.*,!=8.2.*,!=8.3.0 # https://github.com/cherrypy/cheroot/issues/263