From 7639b4c6eacfb3bbeb620871235bebcbca4a801f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:07 +1300 Subject: [PATCH 1/9] Update astropy from 3.1.1 to 3.1.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ce99ed..c3727bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy==3.1.1 +astropy==3.1.2 matplotlib==3.0.2 numpy==1.15.4 pyastronomy==0.13.0 From b0f843fd349d2832a21237c4047014c874316c32 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:09 +1300 Subject: [PATCH 2/9] Update matplotlib from 3.0.2 to 3.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c3727bb..f0f46d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astropy==3.1.2 -matplotlib==3.0.2 +matplotlib==3.0.3 numpy==1.15.4 pyastronomy==0.13.0 scipy==1.2.0 From 1e6a9d10d9ad705c3d5737d8303aa3e56487ab7a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:10 +1300 Subject: [PATCH 3/9] Update numpy from 1.15.4 to 1.16.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0f46d2..384a5fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astropy==3.1.2 matplotlib==3.0.3 -numpy==1.15.4 +numpy==1.16.2 pyastronomy==0.13.0 scipy==1.2.0 From e067bf1eabc2f4e2c06fdcaf47c13eeb91abc5c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:11 +1300 Subject: [PATCH 4/9] Update scipy from 1.2.0 to 1.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 384a5fc..ed042f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ astropy==3.1.2 matplotlib==3.0.3 numpy==1.16.2 pyastronomy==0.13.0 -scipy==1.2.0 +scipy==1.2.1 From d7f45def36b7d43dab131bd954651ad58e0b749a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:12 +1300 Subject: [PATCH 5/9] Update hypothesis from 3.85.2 to 4.14.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index dec2e1d..cec86d7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ codacy-coverage==1.3.11 codeclimate-test-reporter==0.2.3 -hypothesis==3.85.2 +hypothesis==4.14.2 pre-commit==1.13.0 pytest==4.0.2 pytest-cov==2.6.0 From d0fe3e1c77a65ffde71848cbc231e2466e047989 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:13 +1300 Subject: [PATCH 6/9] Update pre-commit from 1.13.0 to 1.15.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index cec86d7..9c9a200 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ codacy-coverage==1.3.11 codeclimate-test-reporter==0.2.3 hypothesis==4.14.2 -pre-commit==1.13.0 +pre-commit==1.15.0 pytest==4.0.2 pytest-cov==2.6.0 python-coveralls==2.9.1 From 71a2b44a8d516606ea55809b0ca38924da7acd42 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:14 +1300 Subject: [PATCH 7/9] Update pytest from 4.0.2 to 4.4.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9c9a200..62d0a58 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,6 +2,6 @@ codacy-coverage==1.3.11 codeclimate-test-reporter==0.2.3 hypothesis==4.14.2 pre-commit==1.15.0 -pytest==4.0.2 +pytest==4.4.0 pytest-cov==2.6.0 python-coveralls==2.9.1 From 6ec4d5f4722ad7b17535b8e8fc774105e49a0b5a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 2 Apr 2019 05:18:15 +1300 Subject: [PATCH 8/9] Update pytest-cov from 2.6.0 to 2.6.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 62d0a58..ab3fc30 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,5 +3,5 @@ codeclimate-test-reporter==0.2.3 hypothesis==4.14.2 pre-commit==1.15.0 pytest==4.4.0 -pytest-cov==2.6.0 +pytest-cov==2.6.1 python-coveralls==2.9.1 From 050b9f5e4abd8bb3f54bc2ee10024268981a70a8 Mon Sep 17 00:00:00 2001 From: Jason Neal Date: Sun, 7 Apr 2019 09:38:48 +1200 Subject: [PATCH 9/9] Update requirements_dev.txt --- requirements_dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements_dev.txt b/requirements_dev.txt index ab3fc30..dfc89b6 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,3 +5,4 @@ pre-commit==1.15.0 pytest==4.4.0 pytest-cov==2.6.1 python-coveralls==2.9.1 +pytest-remotedata>=0.3.1