diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-09-29 13:47:15 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-09-29 15:15:36 -0400 |
commit | 0ded3df77d1bea48f98c33608f2c251a2da0744b (patch) | |
tree | 5f15c6e61b58d3d7ed1b15f56c155ff5bb7105eb /doc/requirements.pip | |
parent | 5bcfc263c54cb0229b6a39840ab961005536818e (diff) | |
download | python-coveragepy-git-0ded3df77d1bea48f98c33608f2c251a2da0744b.tar.gz |
chore: update requirements
Diffstat (limited to 'doc/requirements.pip')
-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 e192a49c..07d16bcc 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -4,11 +4,11 @@ # https://requires.io/github/nedbat/coveragepy/requirements/ -doc8==0.9.0 +doc8==0.9.1 pyenchant==3.2.1 -sphinx==4.1.2 +sphinx==4.2.0 sphinx-autobuild==2021.3.14 -sphinx_rtd_theme==0.5.2 +sphinx_rtd_theme==1.0.0 sphinx-tabs==3.2.0 sphinxcontrib-restbuilder==0.3 sphinxcontrib-spelling==7.2.1 |