Merge "Update cherrypy and cheroot requirement pinning"

This commit is contained in:
Zuul 2020-07-14 13:50:23 +00:00 committed by Gerrit Code Review
commit 98bf8a7e0d
1 changed files with 2 additions and 5 deletions

View File

@ -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