summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-11 21:03:50 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-16 21:08:42 -0500
commitd6ee9143965d53dae44ca3a98802b2cc7ad6eeb7 (patch)
tree96e38c3f7289a0ff3a46c23df3f1e5b3b7c1a940 /pyproject.toml
parent166f5690fb8d5b067f839fa8ffb9421cf1b8a7e7 (diff)
downloadrequests-cache-d6ee9143965d53dae44ca3a98802b2cc7ad6eeb7.tar.gz
Move detailed backend docs from rst docstings to md files
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d1b8278..98d2621 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,11 +57,11 @@ ujson = {optional=true, version=">=4.0"}
# Dependencies for building documentation;
# defined here because readthedocs doesn't (yet?) support poetry.dev-dependencies
-furo = {optional=true, version="^2022.3.4"}
+furo = {optional=true, version="^2022.4"}
linkify-it-py = {optional=true, version="^1.0"}
myst-parser = {optional=true, version=">=0.17"}
sphinx = {optional=true, version="^4.5.0"}
-sphinx-autodoc-typehints = {optional=true, version="^1.17"}
+sphinx-autodoc-typehints = {optional=true, version="^1.18"}
sphinx-automodapi = {optional=true, version=">=0.14"}
sphinx-copybutton = {optional=true, version=">=0.5"}
sphinx-inline-tabs = {optional=true, version=">=2022.1.2b11", python=">=3.8"}