Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 15, 2020
1 parent 3c084fc commit f6f4414
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@

# Documentation
Sphinx==1.8.5 ; python_version < '3.5'
Sphinx==3.0.4 ; python_version >= '3.5'
Sphinx==3.2.1 ; python_version >= '3.5'
sphinxcontrib-httpdomain==1.7.0
pygments==2.4.2
pygments==2.5.2

# Linting
flake8==3.7.8

# Unit testing
pytest==4.6.9 ; python_version < '3.0'
pytest==5.3.5 ; python_version >= '3.0'
pytest==6.1.1 ; python_version < '3.0'
pytest==5.3.5 ; python_version >= '3.5'
mock==3.0.5
webtest==2.0.33
pytest-cov==2.7.1
coveralls==1.8.2
webtest==2.0.35
pytest-cov==2.10.1
coveralls==1.11.1 ; python_version < '3.0'
coveralls==2.1.2 ; python_version >= '3.5'

0 comments on commit f6f4414

Please sign in to comment.