pytest: Updated requirements.txt to latest versions

This is an issue that was raised in #2665: some of the dependencies where
causing warnings to be added to the logs about deprecated dependencies. Since
I did not get these warnings I just blanket updated all the dependencies in
the hopes of getting the warnings to resolve.

Signed-off-by: Christian Decker <@cdecker>
This commit is contained in:
Christian Decker
2019-07-13 15:23:08 +02:00
parent c3254e6639
commit 245dff26e0
3 changed files with 13 additions and 15 deletions

View File

@@ -893,8 +893,8 @@ def test_funding_reorg_remote_lags(node_factory, bitcoind):
# Make l2 temporary blind for blocks > 107
def no_more_blocks(req):
return {"result": None,
"error": {"code": -8, "message": "Block height out of range"}, "id": req['id']}
return {"result": None,
"error": {"code": -8, "message": "Block height out of range"}, "id": req['id']}
l2.daemon.rpcproxy.mock_rpc('getblockhash', no_more_blocks)