aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-26 19:27:24 +0400
committerGravatar GitHub <[email protected]>2022-06-26 19:27:24 +0400
commite00696e8996686686496edfbca51200afe951aee (patch)
tree107a3cd80bf8de4595e6d9cfde0acbbebe3e1c0f /pyproject.toml
parentMerge pull request #79 from python-discord/upgrade-docs (diff)
parentBump sphinx-autodoc-typehints from 1.18.1 to 1.18.3 (diff)
Merge pull request #86 from python-discord/dependabot/pip/sphinx-autodoc-typehints-1.18.3
Bump sphinx-autodoc-typehints from 1.18.1 to 1.18.3
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 4290417f..762075d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ pytest-cov = "3.0.0"
pytest-xdist = "2.5.0"
Sphinx = "4.5.0"
GitPython = "3.1.27"
-sphinx-autodoc-typehints = "1.18.1"
+sphinx-autodoc-typehints = "1.18.3"
furo = "2022.4.7"
releases = "1.6.3"
sphinx-multiversion = "0.2.4"