diff --git a/requirements.txt b/requirements.txt index 48797d3b..1268789e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,14 +9,14 @@ netaddr!=0.7.16,>=0.7.12 # BSD SQLAlchemy<1.1.0,>=1.0.10 # MIT alembic>=0.8.4 # MIT six>=1.9.0 # MIT -neutron-lib>=0.1.0 # Apache-2.0 -oslo.config>=3.9.0 # Apache-2.0 +neutron-lib>=0.2.0 # Apache-2.0 +oslo.config>=3.12.0 # Apache-2.0 oslo.db>=4.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 -oslo.messaging>=4.5.0 # Apache-2.0 +oslo.messaging>=5.2.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 -oslo.service>=1.0.0 # Apache-2.0 -oslo.utils>=3.5.0 # Apache-2.0 +oslo.service>=1.10.0 # Apache-2.0 +oslo.utils>=3.15.0 # Apache-2.0 # This project does depend on neutron as a library, but the # openstack tooling does not play nicely with projects that diff --git a/setup.py b/setup.py index 75125512..782bb21f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Huawei Technologies India Pvt Ltd. +# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test-requirements.txt b/test-requirements.txt index e45ebaed..4f0e7b87 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,16 +1,16 @@ # 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. -hacking>=0.11.0,<0.12 # Apache-2.0 +hacking<0.12,>=0.11.0 # Apache-2.0 coverage>=3.6 # Apache-2.0 -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD -mock>=1.2 # BSD +fixtures>=3.0.0 # Apache-2.0/BSD +mock>=2.0 # BSD python-subunit>=0.0.18 # Apache-2.0/BSD -requests-mock>=0.7.0 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +requests-mock>=1.0 # Apache-2.0 +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -oslo.concurrency>=3.5.0 # Apache-2.0 +oslo.concurrency>=3.8.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT @@ -18,4 +18,4 @@ testscenarios>=0.4 # Apache-2.0/BSD WebOb>=1.2.3 # MIT WebTest>=2.0 # MIT oslotest>=1.10.0 # Apache-2.0 -reno>=1.6.2 # Apache2 +reno>=1.8.0 # Apache2