Skip to content

Commit

Permalink
Scheduled monthly dependency update for December (#87)
Browse files Browse the repository at this point in the history
* Update astropy from 3.0.4 to 3.0.5

* Update matplotlib from 3.0.0 to 3.0.2

* Update numpy from 1.15.2 to 1.15.4

* Update hypothesis from 3.74.0 to 3.82.1

* Update pre-commit from 1.11.1 to 1.12.0

* Update pytest from 3.8.1 to 4.0.1

* Update .travis.yml
  • Loading branch information
pyup-bot authored and jason-neal committed Dec 10, 2018
1 parent ec94ed0 commit 8fbe5cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ install:
- python setup.py install

script:
- pytest --cov=spectrum_overload --cov-report term-missing --durations 10 -W error::UserWarning
- pytest --cov=spectrum_overload --cov-report term-missing --durations 10
- coverage xml -i

after_success:
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,5 +1,5 @@
astropy==3.0.4
matplotlib==3.0.0
numpy==1.15.2
astropy==3.0.5
matplotlib==3.0.2
numpy==1.15.4
pyastronomy==0.13.0
scipy==1.1.0
6 changes: 3 additions & 3 deletions requirements_dev.txt
@@ -1,7 +1,7 @@
codacy-coverage==1.3.11
codeclimate-test-reporter==0.2.3
hypothesis==3.74.0
pre-commit==1.11.1
pytest==3.8.1
hypothesis==3.82.1
pre-commit==1.12.0
pytest==4.0.1
pytest-cov==2.6.0
python-coveralls==2.9.1

0 comments on commit 8fbe5cf

Please sign in to comment.