diff options
author | 2022-06-26 19:27:24 +0400 | |
---|---|---|
committer | 2022-06-26 19:27:24 +0400 | |
commit | e00696e8996686686496edfbca51200afe951aee (patch) | |
tree | 107a3cd80bf8de4595e6d9cfde0acbbebe3e1c0f /pyproject.toml | |
parent | Merge pull request #79 from python-discord/upgrade-docs (diff) | |
parent | Bump 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.toml | 2 |
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" |