aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-12-26 14:54:29 +0100
committerGravatar GitHub <[email protected]>2021-12-26 14:54:29 +0100
commitd37751d62355ab8c45fc58ee0e1bdbf641e29494 (patch)
tree9adbb6028dea65acc050562c02eda2d868c80cbc /pyproject.toml
parentCreate SECURITY.md (diff)
parentBump sphinx from 4.3.1 to 4.3.2 (diff)
Merge pull request #6 from python-discord/dependabot/pip/sphinx-4.3.2
Bump sphinx from 4.3.1 to 4.3.2
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 4e3e238f..0e7d4192 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ python-dotenv = "0.19.2"
pytest = "6.2.5"
pytest-cov = "3.0.0"
pytest-xdist = { version = "2.5.0", extras = ["psutil"] }
-Sphinx = "4.3.1"
+Sphinx = "4.3.2"
tomli = "2.0.0"
GitPython = "3.1.24"
sphinx-autodoc-typehints = "1.12.0"