diff options
| author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-29 22:58:52 +0000 |
|---|---|---|
| committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-04-29 22:58:52 +0000 |
| commit | 141daf5969eb70111672328ced2b16322cacffcc (patch) | |
| tree | 568b0cafc3527c6128cfa2ff4e0ff40e7a3b43cd | |
| parent | 145027943384b403ef32770bd0cd3bf916e31f5e (diff) | |
| download | tooz-stable/kilo.tar.gz | |
Updated from global requirementskilo-eolstable/kilo
Change-Id: I40b8bd6090877d189bb9990f9d3c2b6eadba03f7
| -rw-r--r-- | requirements-py3.txt | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt index ae931b5..1611c48 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=0.7,<1.0,>=0.6 -Babel>=1.3 +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD stevedore<1.4.0,>=1.3.0 # Apache-2.0 six>=1.9.0 iso8601>=0.1.9 diff --git a/requirements.txt b/requirements.txt index 7083d49..bc93b20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. pbr!=0.7,<1.0,>=0.6 -Babel>=1.3 +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD stevedore<1.4.0,>=1.3.0 # Apache-2.0 six>=1.9.0 iso8601>=0.1.9 |
