diff --git a/lower-constraints.txt b/lower-constraints.txt index 3da1807e..aaec8d3f 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -75,7 +75,7 @@ python-cinderclient==5.0.0 python-dateutil==2.7.0 python-glanceclient==2.9.1 python-keystoneclient==4.1.1 -python-manilaclient==1.29.0 +python-manilaclient==2.7.0 python-mimeparse==1.6.0 python-neutronclient==6.7.0 python-novaclient==10.1.0 diff --git a/releasenotes/notes/python-manilaclient-yoga-ef2c44b205fa216b.yaml b/releasenotes/notes/python-manilaclient-yoga-ef2c44b205fa216b.yaml new file mode 100644 index 00000000..2529f8db --- /dev/null +++ b/releasenotes/notes/python-manilaclient-yoga-ef2c44b205fa216b.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + This version of manila-ui requires `python-manilaclient >= 2.7.0 + `_ diff --git a/requirements.txt b/requirements.txt index e4f3f4ba..93b09e28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ django-compressor>=2.0 # MIT iso8601>=0.1.12 # MIT oslo.utils>=4.7.0 # Apache-2.0 python-keystoneclient>=4.1.1 # Apache-2.0 -python-manilaclient>=1.29.0 # Apache-2.0 +python-manilaclient>=2.7.0 # Apache-2.0 -horizon>=17.1.0 # Apache-2.0 +horizon>=18.3.1 # Apache-2.0