summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorColleen Murphy <colleen@gazlene.net>2019-04-17 12:45:34 -0700
committerColleen Murphy <colleen@gazlene.net>2019-04-17 14:56:56 -0700
commitfa0500e4a2ea25918556d0585d789de03b2bf7aa (patch)
tree08bbbd19437e619d15dfb21e295dc41be16ed630 /test-requirements.txt
parented6b6bbeaf4914d209779fdd61f8d54eb3c7a2ae (diff)
downloadkeystonemiddleware-fa0500e4a2ea25918556d0585d789de03b2bf7aa.tar.gz
Bump memcached minimum version
python-memcached==1.56 causes the unit tests to fail under python3.7, so bump to the latest allowed by upper-constraints. Change-Id: I22a596afcb6b7477f6753ea9896f7ac025be3a85
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 3153d81..37d5c37 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,7 +15,7 @@ stevedore>=1.20.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0
testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
-python-memcached>=1.56 # PSF
+python-memcached>=1.59 # PSF
WebTest>=2.0.27 # MIT
oslo.messaging>=5.29.0 # Apache-2.0