diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-09-20 13:10:36 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2016-09-20 13:10:36 +0000 |
commit | b9446fc9d1723ac2c952fb384f0e7d49520c0210 (patch) | |
tree | 07ea97780bb9dc26ad52920a92cb4479c4e1fc5c | |
parent | 6828716c43fd98cb60ec4621613aaf16d54de33a (diff) | |
download | designate-b9446fc9d1723ac2c952fb384f0e7d49520c0210.tar.gz |
Updated from global requirements
Change-Id: Ifabb67639f88fef9b79f3a2386ef9eb186960858
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index d4eb8617..15998305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Jinja2>=2.8 # BSD License (3 clause) jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT keystoneauth1>=2.10.0 # Apache-2.0 keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0 -netaddr!=0.7.16,>=0.7.12 # BSD +netaddr!=0.7.16,>=0.7.13 # BSD oslo.config>=3.14.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0 oslo.messaging>=5.2.0 # Apache-2.0 @@ -39,7 +39,7 @@ setuptools!=24.0.0,>=16.0 # PSF/ZPL WebOb>=1.2.3 # MIT dnspython>=1.14.0 # http://www.dnspython.org/LICENSE dnspython3>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE -oslo.db>=4.10.0 # Apache-2.0 +oslo.db!=4.13.1,!=4.13.2,>=4.10.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.context>=2.9.0 # Apache-2.0 oslo.policy>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2ba1249e..90caf4ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,5 +21,5 @@ tempest>=12.1.0 # Apache-2.0 reno>=1.8.0 # Apache2 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 -os-api-ref>=0.4.0 # Apache-2.0 +os-api-ref>=1.0.0 # Apache-2.0 zake>=0.1.6 # Apache-2.0 |