From 1f6fa02e489f36246958a6dbc5315a9711d4f7ef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 12 Sep 2017 23:03:22 +0100 Subject: [PATCH 1/2] Update moto from 1.1.4 to 1.1.5 --- requirements_for_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index ef46904fc..509a0fa53 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -5,7 +5,7 @@ pytest-mock==1.6.2 pytest-cov==2.5.1 pytest-xdist==1.20.0 coveralls==1.2.0 -moto==1.1.4 +moto==1.1.5 freezegun==0.3.9 requests-mock==1.3.0 # optional requirements for jsonschema From 1c766206a171fd1dab277e156b2ee69c7f1bfc24 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 13 Sep 2017 09:10:54 +0100 Subject: [PATCH 2/2] Remove moto dependency. We are no longer using moto for testing. --- requirements_for_test.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index 509a0fa53..02af5606a 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -5,7 +5,6 @@ pytest-mock==1.6.2 pytest-cov==2.5.1 pytest-xdist==1.20.0 coveralls==1.2.0 -moto==1.1.5 freezegun==0.3.9 requests-mock==1.3.0 # optional requirements for jsonschema