diff --git a/requirements.txt b/requirements.txt
index 6b31c0f..e83ee45 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,15 +1,16 @@
 pbr>=0.5.21,<1.0
-anyjson
-eventlet>=0.9.12
+anyjson>=0.3.3
+eventlet>=0.13.0
 jsonpath
 Paste
-PasteDeploy
-iso8601>=0.1.4
-python-heatclient>=0.2.4
-jsonschema==2.0.0
-netaddr
+PasteDeploy>=1.5.0
+iso8601>=0.1.8
+python-heatclient>=0.2.3
+jsonschema>=1.3.0,!=1.4.0
+netaddr>=0.7.6
 
-oslo.config
+oslo.config>=1.2.0
 deep
 murano-common>=0.2.2
-PyYAML>=3.1.0
\ No newline at end of file
+PyYAML>=3.1.0
+
diff --git a/setup.py b/setup.py
index c0a24ea..70c2b3f 100644
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
 setuptools.setup(
diff --git a/test-requirements.txt b/test-requirements.txt
index 37e0bec..1026727 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
 unittest2
-mock
+mock>=1.0
 nose
 nose-exclude
 nosexcover
@@ -7,3 +7,4 @@ nosexcover
 pep8
 sphinx>=1.1.2
 mockfs
+