From 5d2ebc891b183a4c27d131d908e08d49278e5c69 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 9 May 2016 15:32:28 +1000 Subject: [PATCH] Bump requests-mock to 1.0 Requests-mock 1.0 provides additional information on requests such as the certificates and timeouts used when performing a request that will simplify some client and keystoneauth1 testing. 1.0 is the version following 0.7. There is no breaking change to the API so there are no compatibility issues here. Change-Id: I125b283f899f39196776d18a0201eff8256954a8 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index eb7c9e64b1..eb58e44fd3 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -323,7 +323,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD python-pytun>=2.2.1 # MIT pyzmq>=14.3.1 # LGPL+BSD redis>=2.10.0 # MIT -requests-mock>=0.7.0 # Apache-2.0 +requests-mock>=1.0 # Apache-2.0 retrying>=1.2.3,!=1.3.0 # Apache-2.0 spec_cleaner>=0.8.2 # BSD selenium>=2.50.1 # Apache-2.0