diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index e88ad6e..374e315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -oslo.config>=1.11.0 # Apache-2.0 +oslo.config>=2.3.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 -oslo.concurrency>=2.1.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0 +oslo.concurrency>=2.3.0 # Apache-2.0 stevedore>=1.5.0 # Apache-2.0 enum34;python_version=='2.7' or python_version=='2.6' |