diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-02-11 17:50:32 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2017-02-11 17:50:32 +0000 |
commit | 0a5112c26d9d9cf0a633b16e2117d770c899bb4e (patch) | |
tree | 4aae2c6675037179d307796d3d5508e745ece794 | |
parent | 5aad32b5f3b21dd20e841eca31f97540781a73dc (diff) | |
download | oslo-policy-0a5112c26d9d9cf0a633b16e2117d770c899bb4e.tar.gz |
Updated from global requirements
Change-Id: I53ee1c69ec2c3b3c65cc76ce7a8d7af983675342
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index d623f99..e99bdf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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. -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 |