diff --git a/doc/requirements.txt b/doc/requirements.txt
index e5a64cd..ac7c0fb 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -7,7 +7,6 @@
 # be installed in a specific order.
 #
 # Requirements for docs
-django-nose>=1.4.4 # BSD
 mock>=2.0.0 # BSD
 mox3>=0.20.0 # Apache-2.0
 openstackdocstheme>=1.18.1 # Apache-2.0
diff --git a/lower-constraints.txt b/lower-constraints.txt
index e608508..61e8162 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -17,7 +17,6 @@ Django==1.11
 django-appconf==1.0.2
 django-babel==0.6.2
 django-compressor==2.0
-django-nose==1.4.4
 django-pyscss==2.0.2
 docker==3.1.1
 docker-pycreds==0.2.2
@@ -30,7 +29,7 @@ fixtures==3.0.0
 flake8==2.5.5
 futurist==1.6.0
 hacking==0.12.0
-horizon==13.0.0
+horizon==14.0.0.0b3
 idna==2.6
 imagesize==1.0.0
 iso8601==0.1.12
@@ -50,7 +49,6 @@ msgpack==0.5.6
 munch==2.2.0
 netaddr==0.7.19
 netifaces==0.10.6
-nose==1.3.7
 openstackdocstheme==1.18.1
 openstacksdk==0.12.0
 os-client-config==1.29.0
diff --git a/requirements.txt b/requirements.txt
index ca79d11..6acc856 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,4 +10,4 @@
 pbr!=2.1.0,>=2.0.0 # Apache-2.0
 python-zunclient>=1.4.0 # Apache-2.0
 
-horizon>=14.0.0.0b1 # Apache-2.0
+horizon>=14.0.0.0b3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index abb939f..80d4b90 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,6 +10,5 @@
 hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
 
 coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
 mock>=2.0.0 # BSD
 testtools>=2.3.0 # MIT