summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-12-16 11:11:37 +0000
committerStephen Finucane <sfinucan@redhat.com>2020-02-05 21:26:26 +0000
commit082dc59b891b0e231bc82cb88a4b17646adbfac3 (patch)
tree0b54cb2c811fc453810ecdcdce4d985467e19642 /requirements.txt
parent14fed95f61e66cb63818eb1e2c856d6f9b3b6211 (diff)
downloadnova-082dc59b891b0e231bc82cb88a4b17646adbfac3.tar.gz
trivial: Bump minimum version of websockify
This includes a couple of fixes and removes the need for custom workarounds, like the removal of the 'address_string' helper at [1]. [1] https://github.com/novnc/websockify/commit/be9823bf Change-Id: I9b1d57fd513386e552afbbc8a59cf3a4c54b6908 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a0855a79cd..52da5c2316 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -32,7 +32,7 @@ python-glanceclient>=2.8.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
stevedore>=1.20.0 # Apache-2.0
-websockify>=0.8.0 # LGPLv3
+websockify>=0.9.0 # LGPLv3
oslo.cache>=1.26.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=6.1.0 # Apache-2.0