diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-12-23 21:42:09 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-12-23 21:42:09 -0500 |
commit | e0864cf6151b03b646893e8a916a6883377f9da7 (patch) | |
tree | 4bd20eebf9523dabb5ae0c7e6e9af543e0b94df1 /doc | |
parent | d82feb07272eb911e26f703d3f0dcb698c1ff6eb (diff) | |
download | python-coveragepy-git-e0864cf6151b03b646893e8a916a6883377f9da7.tar.gz |
Update testing requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index e0a67a07..742302a7 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -2,9 +2,9 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -pyenchant==1.6.11 -sphinx==1.6.3 -sphinxcontrib-spelling==2.3.0 +pyenchant==2.0.0 +sphinx==1.6.5 +sphinxcontrib-spelling==4.0.1 sphinx_rtd_theme==0.2.4 # A version of doc8 with a -q flag. |