summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements-py3.txt2
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 9704946..7e8bef6 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -14,7 +14,7 @@ six>=1.9.0
oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
# for the routing notifier
PyYAML>=3.1.0
diff --git a/requirements.txt b/requirements.txt
index ffb5c87..d50c9a1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,7 +16,7 @@ six>=1.9.0
oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
# for the routing notifier
PyYAML>=3.1.0