diff --git a/openstack_health/distributed_dbm.py b/openstack_health/distributed_dbm.py index c168f71d..eeffda88 100644 --- a/openstack_health/distributed_dbm.py +++ b/openstack_health/distributed_dbm.py @@ -14,9 +14,9 @@ from dogpile.cache.backends import memcached -from dogpile.cache import compat from dogpile.cache import proxy -from dogpile.cache import util +from dogpile import util +from dogpile.util import compat from pymemcache.client import base diff --git a/requirements.txt b/requirements.txt index 0d7a99d1..e3457f70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pbr>=1.6 # Apache-2.0 Flask<1.0,>=0.10 # BSD pymemcache >= 1.3.5 # Apache-2.0 -dogpile.cache>=0.5.7,<0.6.0 # BSD +dogpile.cache>=0.6.0 # BSD subunit2sql>=1.6.0 # Apache-2.0 SQLAlchemy<1.1.0,>=1.0.10 # MIT flask-jsonpify # MIT