From f5f2599064a989eb61df9dd99aa1166a41115470 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:56 +1100 Subject: [PATCH 1/4] Pin mock to latest version 3.0.5 --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index 9d00def..02b62f9 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -1,4 +1,4 @@ sphinx>=1.3 sphinxcontrib-napoleon>=0.4.3 -mock +mock==3.0.5 sphinx_rtd_theme From 53aea9de9e15ae5c814fcc21aeba7c568aab5a9e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:57 +1100 Subject: [PATCH 2/4] Pin sphinx_rtd_theme to latest version 0.4.3 --- doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-requirements.txt b/doc-requirements.txt index 02b62f9..cc24b81 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -1,4 +1,4 @@ sphinx>=1.3 sphinxcontrib-napoleon>=0.4.3 mock==3.0.5 -sphinx_rtd_theme +sphinx_rtd_theme==0.4.3 From 87a668133708c19872f77af94d7f62f4f5fd969c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:58 +1100 Subject: [PATCH 3/4] Pin pytest to latest version 5.2.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9955dec..e96b90c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ -pytest +pytest==5.2.1 pytest-cov From 4fe52c52781c4f9b85daa5ee7056d9502d67ea00 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:59 +1100 Subject: [PATCH 4/4] Pin pytest-cov to latest version 2.8.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e96b90c..de98cc9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,2 +1,2 @@ pytest==5.2.1 -pytest-cov +pytest-cov==2.8.1