Bump Babel to 2.3.4 on lower-constraint

CI jobs complained about lower constraint who was not aligned so moving
Babel from 1.3 to 2.3.4

Change-Id: Icd6095a373188f5ef152ec2f1748aa7f826ad8a8
This commit is contained in:
Hervé Beraud
2020-01-16 13:38:56 +01:00
parent 9eb8518b84
commit 1024d00f10
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Babel==1.3
Babel==2.3.4
oslo.config==5.2.0
oslo.i18n==3.15.3
enum34==1.0.4

View File

@@ -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.
Babel>=1.3 # BSD
Babel>=2.3.4 # BSD
oslo.config>=5.2.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD