summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-28 19:12:11 +0000
committerGitHub <noreply@github.com>2021-07-28 19:12:11 +0000
commit9663006f6c8399fe985d08960503af9b175069cb (patch)
tree84117b886c2a34cacd0dc086572c0e876114ddd7 /pyproject.toml
parentb1cc1ff2c50b486dc1c23cd6ae7021236dfa0397 (diff)
downloadrequests-cache-9663006f6c8399fe985d08960503af9b175069cb.tar.gz
Bump sphinx from 4.0.3 to 4.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.3 to 4.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.3...v4.1.2) --- updated-dependencies: - dependency-name: sphinx 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 c9f64f9..390ae1c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ redis = { version = "^3.0", optional = true }
# Documentation dependencies
furo = {version = ">=2021.6.24-beta.37", optional = true}
myst-parser = {version = "^0.15.1", optional = true}
-Sphinx = { version = "4.0.3", optional = true }
+Sphinx = { version = "4.1.2", optional = true }
sphinx-autodoc-typehints = { version = "^1.11", optional = true }
sphinx-copybutton = { version = ">=0.3,<0.5", optional = true }
sphinx-inline-tabs = {version = "^2021.4.11-beta.9", optional = true, python = ">=3.8"}