From 58d2a520a56c8855ada5c18de603e589f7051c28 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:26 +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 2ffcf68f1f6fddfcd987fba84af3c2f6981f813c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:27 +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 de9f97408afc575045337c3abc995f649497a80f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:28 +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 e466ee8e4a726c448747405fcf57a6c0f373d421 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:36:29 +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