summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 6271150..275836d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,7 +13,7 @@ kombu>=3.0.7
# Used for testing zookeeper & backends.
zake>=0.1.6 # Apache-2.0
-kazoo!=2.1,>=1.3.1
+kazoo>=2.2
# Used for testing database persistence backends.
SQLAlchemy<1.1.0,>=0.9.7
@@ -22,7 +22,7 @@ psycopg2
PyMySQL>=0.6.2 # MIT License
# Used for making sure we still work with eventlet.
-eventlet>=0.17.3
+eventlet>=0.17.4
# Docs build jobs need these packages.
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2