diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-23 13:29:59 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-01-23 13:29:59 -0500 |
commit | 820cb6b9a93595e94e4519e7d54003504ab64814 (patch) | |
tree | 9209fd8190d0d8a00fadaead164340739a61353a | |
parent | 7032565bc16024face0979b61c10bf9574afaead (diff) | |
download | python-coveragepy-git-820cb6b9a93595e94e4519e7d54003504ab64814.tar.gz |
Use latest of sphinx and pycontracts
-rw-r--r-- | doc/requirements.pip | 2 | ||||
-rw-r--r-- | requirements/dev.pip | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 742302a7..73467c94 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -3,7 +3,7 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ pyenchant==2.0.0 -sphinx==1.6.5 +sphinx==1.6.6 sphinxcontrib-spelling==4.0.1 sphinx_rtd_theme==0.2.4 diff --git a/requirements/dev.pip b/requirements/dev.pip index 343997c1..9ec41b76 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -11,7 +11,7 @@ # for linting. greenlet==0.4.12 mock==2.0.0 -PyContracts==1.8.0 +PyContracts==1.8.2 pyenchant==2.0.0 pylint==1.8.2 unittest-mixins==1.4 |