diff options
author | Colleen Murphy <colleen@gazlene.net> | 2019-04-17 12:45:34 -0700 |
---|---|---|
committer | Colleen Murphy <colleen@gazlene.net> | 2019-04-17 14:56:56 -0700 |
commit | fa0500e4a2ea25918556d0585d789de03b2bf7aa (patch) | |
tree | 08bbbd19437e619d15dfb21e295dc41be16ed630 | |
parent | ed6b6bbeaf4914d209779fdd61f8d54eb3c7a2ae (diff) | |
download | keystonemiddleware-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
-rw-r--r-- | lower-constraints.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 09c0e2a..9ea603f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -58,7 +58,7 @@ pyparsing==2.2.0 pyperclip==1.6.0 python-dateutil==2.7.0 python-keystoneclient==3.10.0 -python-memcached==1.56 +python-memcached==1.59 python-mimeparse==1.6.0 python-subunit==1.2.0 pytz==2018.3 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 |