From fa0500e4a2ea25918556d0585d789de03b2bf7aa Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 17 Apr 2019 12:45:34 -0700 Subject: 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1