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
This commit is contained in:
Jamie Lennox 2016-05-09 15:32:28 +10:00
parent 707bd6057b
commit 5d2ebc891b

View File

@ -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