diff --git a/__pkginfo__.py b/__pkginfo__.py
index 2249a5a31547e15a2f015d46ae078d8065e1e3fa_X19wa2dpbmZvX18ucHk=..ac3b18de23eb3880ec3c73852d59e8f5c1d25a53_X19wa2dpbmZvX18ucHk= 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -13,8 +13,8 @@
 description = 'data-centric user interface for cubicweb based on bootstrap'
 web = 'http://www.cubicweb.org/project/%s' % distname
 
-__depends__ =  {'cubicweb': '>= 3.17.0',
-                'cubicweb-bootstrap': '>= 0.4.0',
+__depends__ =  {'cubicweb': '>= 3.17.2',
+                'cubicweb-bootstrap': '>= 0.5.0',
                 }
 __recommends__ = {}
 
diff --git a/cubicweb-squareui.spec b/cubicweb-squareui.spec
index 2249a5a31547e15a2f015d46ae078d8065e1e3fa_Y3ViaWN3ZWItc3F1YXJldWkuc3BlYw==..ac3b18de23eb3880ec3c73852d59e8f5c1d25a53_Y3ViaWN3ZWItc3F1YXJldWkuc3BlYw== 100644
--- a/cubicweb-squareui.spec
+++ b/cubicweb-squareui.spec
@@ -20,8 +20,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildRequires:  %{python} %{python}-setuptools
-Requires:       cubicweb >= 3.17.0
-Requires:       cubicweb-bootstrap >= 0.4.0
+Requires:       cubicweb >= 3.17.2
+Requires:       cubicweb-bootstrap >= 0.5.0
 Requires:       python-docutils
 
 %description
diff --git a/debian/control b/debian/control
index 2249a5a31547e15a2f015d46ae078d8065e1e3fa_ZGViaWFuL2NvbnRyb2w=..ac3b18de23eb3880ec3c73852d59e8f5c1d25a53_ZGViaWFuL2NvbnRyb2w= 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@
 
 Package: cubicweb-squareui
 Architecture: all
-Depends: 
- cubicweb-web (>= 3.17.0), 
- cubicweb-bootstrap (>= 0.4.0),
+Depends:
+ cubicweb-web (>= 3.17.2),
+ cubicweb-bootstrap (>= 0.5.0),
  ${misc:Depends},
  ${python:Depends}
 Description: data-centric user interface for cubicweb based on bootstrap