diff --git a/requirements.txt b/requirements.txt index 1640d0c..9aac6b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,13 +2,13 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=1.6 # Apache-2.0 +pbr>=1.8 # Apache-2.0 # Horizon Core Requirements Django<1.9,>=1.8 # BSD django-compressor>=2.0 # MIT django-openstack-auth>=2.4.0 # Apache-2.0 httplib2>=0.7.5 # MIT -python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 +python-keystoneclient>=3.6.0 # Apache-2.0 pytz>=2013.6 # MIT PyYAML>=3.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 629d7d4..638f1e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon hacking<0.11,>=0.10.2 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 ddt>=1.0.1 # MIT django-nose>=1.4.4 # BSD mock>=2.0 # BSD