summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-15 16:07:40 +0000
committerGitHub <noreply@github.com>2022-01-15 16:07:40 +0000
commit78c15b520ea4ea51d2f63533718527a78d247dfa (patch)
tree1cd9856949a87d14d13dc733ddcbaf33e827c26b /pyproject.toml
parenta29b85c3df40f874f80d06c949463b9532dada40 (diff)
downloadrequests-cache-78c15b520ea4ea51d2f63533718527a78d247dfa.tar.gz
Bump sphinx-automodapi from 0.13 to 0.14.1
Bumps [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) from 0.13 to 0.14.1. - [Release notes](https://github.com/astropy/sphinx-automodapi/releases) - [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/sphinx-automodapi/compare/v0.13...v0.14.1) --- updated-dependencies: - dependency-name: sphinx-automodapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 59b596c..20e19e4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -55,7 +55,7 @@ linkify-it-py = {optional=true, version="^1.0.1"}
myst-parser = {optional=true, version="^0.15.1"}
sphinx = {optional=true, version="4.3.0"}
sphinx-autodoc-typehints = {optional=true, version="^1.11"}
-sphinx-automodapi = {optional=true, version="^0.13"}
+sphinx-automodapi = {optional=true, version=">=0.13,<0.15"}
sphinx-copybutton = {optional=true, version=">=0.3,<0.5"}
sphinx-inline-tabs = {optional=true, version=">=2022.1.2b11", python=">=3.8"}
sphinx-notfound-page = {optional=true, version="*"}