Skip to content

Commit

Permalink
Merge branch 'master' into DEV_0.9
Browse files Browse the repository at this point in the history
* master:
  Update dependencies.
  • Loading branch information
koenedaele committed Oct 3, 2019
2 parents 50d5c6a + 35e3857 commit 00fbe23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
# see https://pyup.io/docs/configuration/ for all available options

schedule: every month

# Focus on production requirements, not development
requirements:
- requirements.txt:
update: all
- requirements-dev.txt:
update: insecure
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
--requirement requirements.txt

# Documentation
Sphinx==2.0.1
Sphinx==2.2.0
sphinxcontrib-httpdomain==1.7.0
pygments==2.3.1
pygments==2.4.2

# Linting
flake8==3.7.7
flake8==3.7.8

# Unit testing
pytest==4.4.1
mock==2.0.0
pytest==5.2.0
mock==3.0.5
webtest==2.0.33
pytest-cov==2.6.1
coveralls==1.7.0
pytest-cov==2.7.1
coveralls==1.8.2

0 comments on commit 00fbe23

Please sign in to comment.