From 355bbe1f656d9d2945a24549cceb7524a6e82148 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:33 +1100 Subject: [PATCH 1/5] 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 da45f158f9a011aa2b72541c87405265f4889e20 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:34 +1100 Subject: [PATCH 2/5] 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 2a199f571e4480f688068d6048b3971fe788bb49 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:35 +1100 Subject: [PATCH 3/5] 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 130aeb5..27a19bb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -pytest +pytest==5.2.1 pytest-cov pytest-catchlog From 7aabbf21e22ef09b5a3dfb161de8581b6abc10b3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:36 +1100 Subject: [PATCH 4/5] 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 27a19bb..6e95952 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest==5.2.1 -pytest-cov +pytest-cov==2.8.1 pytest-catchlog From 3355d51bf7616d7730222934f95c7a5eea658a1f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:37 +1100 Subject: [PATCH 5/5] Pin pytest-catchlog to latest version 1.2.2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6e95952..a7203ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest==5.2.1 pytest-cov==2.8.1 -pytest-catchlog +pytest-catchlog==1.2.2