Skip to content

Commit

Permalink
Scheduled monthly dependency update for July (#94)
Browse files Browse the repository at this point in the history
* Update astropy from 3.1.2 to 3.2.1

* Update matplotlib from 3.0.3 to 3.1.0

* Update numpy from 1.16.2 to 1.16.4

* Update scipy from 1.2.1 to 1.3.0

* Update hypothesis from 4.14.2 to 4.24.6

* Update pre-commit from 1.15.0 to 1.17.0

* Update pytest from 4.4.0 to 5.0.0

* Update pytest-cov from 2.6.1 to 2.7.1

* Update python-coveralls from 2.9.1 to 2.9.2

* Update .shippable.yml

* Update .travis.yml

* Update appveyor.yml
  • Loading branch information
pyup-bot authored and jason-neal committed Jul 14, 2019
1 parent 8cedf48 commit 126be02
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
1 change: 0 additions & 1 deletion .shippable.yml
@@ -1,6 +1,5 @@
language: python
python:
- 3.5
- 3.6
- 3.7

Expand Down
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"

matrix:
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -2,10 +2,8 @@ environment:
matrix:
# For Python versions available on Appveyor, see
# http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
@@ -1,5 +1,5 @@
astropy==3.1.2
matplotlib==3.0.3
numpy==1.16.2
astropy==3.2.1
matplotlib==3.1.0
numpy==1.16.4
pyastronomy==0.13.0
scipy==1.2.1
scipy==1.3.0
10 changes: 5 additions & 5 deletions requirements_dev.txt
@@ -1,8 +1,8 @@
codacy-coverage==1.3.11
codeclimate-test-reporter==0.2.3
hypothesis==4.14.2
pre-commit==1.15.0
pytest==4.4.0
pytest-cov==2.6.1
python-coveralls==2.9.1
hypothesis==4.24.6
pre-commit==1.17.0
pytest==5.0.0
pytest-cov==2.7.1
python-coveralls==2.9.2
pytest-remotedata>=0.3.1

0 comments on commit 126be02

Please sign in to comment.