diff --git a/requirements-py3.txt b/requirements-py3.txt
index 2c55212bc..64f3cb8c3 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -5,7 +5,7 @@
 oslo.config>=1.6.0  # Apache-2.0
 oslo.serialization>=1.2.0               # Apache-2.0
 oslo.utils>=1.2.0                       # Apache-2.0
-oslo.i18n>=1.0.0  # Apache-2.0
+oslo.i18n>=1.3.0  # Apache-2.0
 stevedore>=1.1.0  # Apache-2.0
 
 # for jsonutils
diff --git a/requirements.txt b/requirements.txt
index be424f23f..352b14aa8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ pbr>=0.6,!=0.7,<1.0
 oslo.config>=1.6.0  # Apache-2.0
 oslo.utils>=1.2.0                       # Apache-2.0
 oslo.serialization>=1.2.0               # Apache-2.0
-oslo.i18n>=1.0.0  # Apache-2.0
+oslo.i18n>=1.3.0  # Apache-2.0
 stevedore>=1.1.0  # Apache-2.0
 
 # for jsonutils
@@ -16,7 +16,7 @@ six>=1.7.0
 # FIXME(markmc): remove this when the drivers no longer
 # import eventlet
 
-eventlet>=0.15.2
+eventlet>=0.16.1
 
 # for the routing notifier
 PyYAML>=3.1.0