From fb902b10bceadc7a2093c288532944f0397da7b5 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:49 +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 8d1cc71ac3032fa40165191ab56f0720a3e2c2d1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:50 +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 87393f63b87b83753d3039d99461f77e4d00676a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:51 +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 07d2fbc..25ffe0a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -pytest +pytest==5.2.1 pytest-cov hypothesis From 56c7666108844aac57c8ed584079fd08da4dfd26 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:52 +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 25ffe0a..66d3f9f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest==5.2.1 -pytest-cov +pytest-cov==2.8.1 hypothesis From 8ac0d1263f85c7be74b638a2c516f7b1963bde83 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 20 Oct 2019 20:37:53 +1100 Subject: [PATCH 5/5] Pin hypothesis to latest version 4.41.2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 66d3f9f..822aefe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest==5.2.1 pytest-cov==2.8.1 -hypothesis +hypothesis==4.41.2