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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user