diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 19:57:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-04 19:57:40 -0400 |
commit | e54efdd9806a1af8b9434baf7d6c966dd19ff14b (patch) | |
tree | 1d99458d79c829a01bf5ca9515495fa65aebc8a9 /doc | |
parent | b7db905248b0149445791ca8afebec0749ff9589 (diff) | |
download | python-coveragepy-git-e54efdd9806a1af8b9434baf7d6c966dd19ff14b.tar.gz |
Update packages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 6d889177..b8a55afd 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -2,12 +2,12 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -doc8==0.8.0 -pyenchant==2.0.0 +doc8==0.8.1 +pyenchant==3.1.1 sphinx==2.4.3 -sphinx-rst-builder==0.0.1 -sphinxcontrib-spelling==4.3.0 -sphinx_rtd_theme==0.4.3 +sphinx-rst-builder==0.0.3 +sphinxcontrib-spelling==5.1.2 +sphinx_rtd_theme==0.5.0 sphinx-autobuild==0.7.1 # Our own fork that allows linkcheck to work: git+https://github.com/nedbat/sphinx-tabs.git@master#egg=sphinx-tabs |