diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-30 10:59:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-30 10:59:57 -0500 |
commit | 55f8b136930551cb6f68dd31c7a65b75e98e9da6 (patch) | |
tree | 7b83aba4ada2b673c3773e8b93270c20f0dca3af /doc | |
parent | d17be155d85afb2bc804693deacfd2e1c5f8738e (diff) | |
download | python-coveragepy-git-55f8b136930551cb6f68dd31c7a65b75e98e9da6.tar.gz |
build: make upgradenedbat/upgrade-with-kits
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index e6fe8b42..30b111db 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -61,7 +61,7 @@ six==1.16.0 # via livereload snowballstemmer==2.2.0 # via sphinx -sphinx==4.3.0 +sphinx==4.3.1 # via # -r doc/requirements.in # sphinx-autobuild @@ -99,5 +99,5 @@ urllib3==1.26.7 # via requests # The following packages are considered to be unsafe in a requirements file: -setuptools==59.2.0 +setuptools==59.4.0 # via sphinx |