diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-11 21:06:43 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-11 21:06:43 -0400 |
commit | a55f726aa88e60d9c96d410a9db6af8716d59fb9 (patch) | |
tree | b3695e70c4e72c99b5125b7095c38ba48bfafba4 /doc | |
parent | 84a9b5f2b93e3010428963c35953b425b2d8019f (diff) | |
download | python-coveragepy-git-a55f726aa88e60d9c96d410a9db6af8716d59fb9.tar.gz |
build: update build dependencies
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index a29c01e2..9604e5c0 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -6,9 +6,9 @@ doc8==0.8.1 pyenchant==3.2.0 -sphinx==3.4.3 +sphinx==3.5.4 sphinxcontrib-restbuilder==0.3 sphinxcontrib-spelling==7.1.0 -sphinx_rtd_theme==0.5.1 -sphinx-autobuild==2020.9.1 -sphinx-tabs==2.0.0 +sphinx_rtd_theme==0.5.2 +sphinx-autobuild==2021.3.14 +sphinx-tabs==2.1.0 |