From c8f38df5fb8fb89d78e78e640a46610b647c98ef Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:03 +0800 Subject: [PATCH 1/9] Pin pytest to latest version 5.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8107318..08f0c33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pandas >= 0.20.3 scandir >= 1.6 pathlib >= 1.0.1 humanfriendly >= 4.6 -pytest +pytest==5.2.1 pytest-cov pytest-pep8 pytest-flakes From 0da2ac4d311202a46cc53ee0ac9c23b00278e4ae Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:04 +0800 Subject: [PATCH 2/9] Pin pytest-cov to latest version 2.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08f0c33..c62c2be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ scandir >= 1.6 pathlib >= 1.0.1 humanfriendly >= 4.6 pytest==5.2.1 -pytest-cov +pytest-cov==2.8.1 pytest-pep8 pytest-flakes pytest-runner From 936f99279643ebb7d7d85d0c0d198a83f63f3ff9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:05 +0800 Subject: [PATCH 3/9] Pin pytest-pep8 to latest version 1.0.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c62c2be..4df2b9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pathlib >= 1.0.1 humanfriendly >= 4.6 pytest==5.2.1 pytest-cov==2.8.1 -pytest-pep8 +pytest-pep8==1.0.6 pytest-flakes pytest-runner pytest-mock From e8dcdc42ae2c2bc08d94595d56dba61dbef5342f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:06 +0800 Subject: [PATCH 4/9] Pin pytest-flakes to latest version 4.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4df2b9c..fb3cc23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ humanfriendly >= 4.6 pytest==5.2.1 pytest-cov==2.8.1 pytest-pep8==1.0.6 -pytest-flakes +pytest-flakes==4.0.0 pytest-runner pytest-mock pytest-isort From c2082d47d4a7b1ed2c552c68dffb940b1010e374 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:08 +0800 Subject: [PATCH 5/9] Pin pytest-runner to latest version 5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb3cc23..2d846af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pytest==5.2.1 pytest-cov==2.8.1 pytest-pep8==1.0.6 pytest-flakes==4.0.0 -pytest-runner +pytest-runner==5.1 pytest-mock pytest-isort pytest-yapf3 From 47a04aac1d049041711bc0334273d1aa7c52e0ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:09 +0800 Subject: [PATCH 6/9] Pin pytest-mock to latest version 1.11.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d846af..f4b0e73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pytest-cov==2.8.1 pytest-pep8==1.0.6 pytest-flakes==4.0.0 pytest-runner==5.1 -pytest-mock +pytest-mock==1.11.1 pytest-isort pytest-yapf3 mock From ad9eae3e567c5640f5f452a093401e027f87ab8c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:10 +0800 Subject: [PATCH 7/9] Pin pytest-isort to latest version 0.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4b0e73..f3369f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest-pep8==1.0.6 pytest-flakes==4.0.0 pytest-runner==5.1 pytest-mock==1.11.1 -pytest-isort +pytest-isort==0.3.1 pytest-yapf3 mock setuptools_scm From 9dac61e2ef42ea1a1c4c921918fcd2e08e698955 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:11 +0800 Subject: [PATCH 8/9] Pin mock to latest version 3.0.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3369f6..51c2b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pytest-runner==5.1 pytest-mock==1.11.1 pytest-isort==0.3.1 pytest-yapf3 -mock +mock==3.0.5 setuptools_scm From 01f45a697407e1a3f8b4ef31ad83809ef004f475 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 14 Oct 2019 22:06:12 +0800 Subject: [PATCH 9/9] Pin setuptools_scm to latest version 3.3.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51c2b63..5e319af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pytest-mock==1.11.1 pytest-isort==0.3.1 pytest-yapf3 mock==3.0.5 -setuptools_scm +setuptools_scm==3.3.3