From 7ea97859460a450dc921e2abaf283d42d5f8c10e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:03 -0400 Subject: [PATCH 1/7] Pin numpydoc to latest version 0.8.0 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0900b94..3803fac 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,4 @@ astropy>=1.3 pandas>=0.20.1 docopt>=0.6.2 -numpydoc \ No newline at end of file +numpydoc==0.8.0 \ No newline at end of file From 917b2a40dee6c80090304494d3acefe8e75e30bf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:04 -0400 Subject: [PATCH 2/7] Pin pytest-pep8 to latest version 1.0.6 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 1ed5fae..4f1d2c1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # add pytest plugins -pytest-pep8 +pytest-pep8==1.0.6 pytest-cov # to push results to codecov.io From 0603eff96ea882610b1f06f7b40d5e9ff5b9802f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:06 -0400 Subject: [PATCH 3/7] Pin pytest-cov to latest version 2.5.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4f1d2c1..8b7ed53 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ # add pytest plugins pytest-pep8==1.0.6 -pytest-cov +pytest-cov==2.5.1 # to push results to codecov.io codecov From f3704fab4def7b3194ed4b2dfa878f2897cf7e31 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:07 -0400 Subject: [PATCH 4/7] Pin codecov to latest version 2.0.15 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8b7ed53..c449053 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ pytest-pep8==1.0.6 pytest-cov==2.5.1 # to push results to codecov.io -codecov +codecov==2.0.15 # for linting tests pylint From bb9edc9d96f6738ed37f51cac30430c5c6277643 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:08 -0400 Subject: [PATCH 5/7] Pin pylint to latest version 1.9.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c449053..0c24f31 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,6 @@ pytest-cov==2.5.1 codecov==2.0.15 # for linting tests -pylint +pylint==1.9.1 pycodestyle pydocstyle \ No newline at end of file From fc3f3efa0ebf7d57f5d1508cc9827f2764f5f8c8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:10 -0400 Subject: [PATCH 6/7] Pin pycodestyle to latest version 2.4.0 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0c24f31..6c1e2cb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,5 +7,5 @@ codecov==2.0.15 # for linting tests pylint==1.9.1 -pycodestyle +pycodestyle==2.4.0 pydocstyle \ No newline at end of file From 68865472ecdca890a854f491db77f8bb5e81e41b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 May 2018 20:36:11 -0400 Subject: [PATCH 7/7] Pin pydocstyle to latest version 2.1.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6c1e2cb..4da57e2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,4 +8,4 @@ codecov==2.0.15 # for linting tests pylint==1.9.1 pycodestyle==2.4.0 -pydocstyle \ No newline at end of file +pydocstyle==2.1.1 \ No newline at end of file