diff --git a/ci/__main__.py b/ci/__main__.py
index 93c90d8454b7cd6cb3298e69017427df77553162..e3d9daffef0c03e4507a0922086851fd76ebd93e 100644
--- a/ci/__main__.py
+++ b/ci/__main__.py
@@ -11,7 +11,6 @@ CORE_DEPS = [
     "envisage==4.6.0-1",
     "click==6.7-1",
     "six==1.10.0-1",
-    "stevedore==1.2.0-22"
 ]
 
 DOCS_DEPS = [
@@ -26,6 +25,7 @@ DEV_DEPS = [
 ]
 
 PIP_DEPS = [
+    "stevedore==1.24.0"
 ]